A1 Yandex KIT MCP for Cursor
io.github.gistrec/mcp-yandex-kit
A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.
client:Cursor
transport:stdio
runtime:npm
Install A1 Yandex KIT MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-yandex-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-yandex-kit"
],
"env": {
"YANDEX_KIT_TOKEN": "<YANDEX_KIT_TOKEN>",
"YANDEX_KIT_BASE_URL": "<YANDEX_KIT_BASE_URL>",
"YANDEX_KIT_RPS": "<YANDEX_KIT_RPS>",
"YANDEX_KIT_TIMEOUT_MS": "<YANDEX_KIT_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs