Skip to content
Grok

cdek for Grok

io.github.dontsovcmc/cdek

MCP server for CDEK delivery service API — create orders, track shipments, search delivery points

client:Grok transport:stdio runtime:pypi

Install cdek 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": {
    "cdek": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-cdek"
      ],
      "env": {
        "CDEK_CLIENT": "<CDEK_CLIENT>",
        "CDEK_SECRET": "<CDEK_SECRET>",
        "CDEK_SENDER_COMPANY": "<CDEK_SENDER_COMPANY>",
        "CDEK_SENDER_NAME": "<CDEK_SENDER_NAME>",
        "CDEK_SENDER_FULL_NAME": "<CDEK_SENDER_FULL_NAME>",
        "CDEK_SENDER_EMAIL": "<CDEK_SENDER_EMAIL>",
        "CDEK_SENDER_PHONE": "<CDEK_SENDER_PHONE>",
        "CDEK_MY_PVZ": "<CDEK_MY_PVZ>",
        "CDEK_TIMEOUT": "<CDEK_TIMEOUT>",
        "CDEK_FILE_TIMEOUT": "<CDEK_FILE_TIMEOUT>"
      }
    }
  }
}

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

cdek in other clients