A1 Yandex KIT MCP for Grok
io.github.gistrec/mcp-yandex-kit
A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.
client:Grok
transport:stdio
runtime:npm
Install A1 Yandex KIT MCP in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs