Loading MCP server directory, please wait...
MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks and more.
npx @getmcp/cli add io.github.gistrec/mcp-yandex-kitRequires Node.js 18+. Community-contributed server. Review source before installing.
YANDEX_KIT_TOKENYandex KIT API token from the merchant cabinet (Настройки → API → Сгенерировать токен; shown once). Full store access — treat it as a secret.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gistrec/mcp-yandex-kit": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-kit"
],
"env": {
"YANDEX_KIT_TOKEN": "",
"YANDEX_KIT_BASE_URL": "https://api.kit.yandex.net",
"YANDEX_KIT_RPS": "3",
"YANDEX_KIT_TIMEOUT_MS": "30000"
}
}
}
}