Skip to content
Windsurf

A1 Yandex KIT MCP for Windsurf

io.github.gistrec/mcp-yandex-kit

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

client:Windsurf transport:stdio runtime:npm

Install A1 Yandex KIT MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-yandex-kit": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

A1 Yandex KIT MCP in other clients