Skip to content
Grok

Yandex Delivery MCP for Grok

io.github.a1-x-tech/mcp-yandex-dostavka

MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders.

client:Grok transport:stdio runtime:npm

Install Yandex Delivery MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-yandex-dostavka": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-dostavka"
      ],
      "env": {
        "YANDEX_DELIVERY_TOKEN": "<YANDEX_DELIVERY_TOKEN>",
        "YANDEX_DELIVERY_EXPRESS_TOKEN": "<YANDEX_DELIVERY_EXPRESS_TOKEN>",
        "YANDEX_DELIVERY_PLATFORM_TOKEN": "<YANDEX_DELIVERY_PLATFORM_TOKEN>",
        "YANDEX_DELIVERY_EXPRESS_BASE_URL": "<YANDEX_DELIVERY_EXPRESS_BASE_URL>",
        "YANDEX_DELIVERY_PLATFORM_BASE_URL": "<YANDEX_DELIVERY_PLATFORM_BASE_URL>",
        "YANDEX_DELIVERY_LANG": "<YANDEX_DELIVERY_LANG>",
        "YANDEX_DELIVERY_TIMEOUT_MS": "<YANDEX_DELIVERY_TIMEOUT_MS>",
        "YANDEX_DELIVERY_MAX_RETRIES": "<YANDEX_DELIVERY_MAX_RETRIES>"
      }
    }
  }
}

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

Yandex Delivery MCP in other clients