Skip to content
Claude Desktop

Yandex Delivery MCP for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install Yandex Delivery MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Yandex Delivery MCP in other clients