Yandex KIT MCP
About
MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks and more.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
YANDEX_KIT_TOKEN YANDEX_KIT_BASE_URL YANDEX_KIT_RPS YANDEX_KIT_TIMEOUT_MSClaude Code
claude mcp add --env YANDEX_KIT_TOKEN= --env YANDEX_KIT_BASE_URL= --env YANDEX_KIT_RPS= --env YANDEX_KIT_TIMEOUT_MS= mcp-yandex-kit -- npx mcp-yandex-kit
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-yandex-kit","command":"npx","args":["mcp-yandex-kit"],"env":{"YANDEX_KIT_TOKEN":"","YANDEX_KIT_BASE_URL":"","YANDEX_KIT_RPS":"","YANDEX_KIT_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"mcp-yandex-kit": {
"command": "npx",
"args": [
"mcp-yandex-kit"
],
"env": {
"YANDEX_KIT_TOKEN": "",
"YANDEX_KIT_BASE_URL": "",
"YANDEX_KIT_RPS": "",
"YANDEX_KIT_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.