← Index

io.github.theYahia/cdek-mcp

io.github.theYahia/cdek-mcp·v1.0.1·Other
Quality Score
85
/100

MCP server for CDEK delivery API — tariff calculation, order creation, tracking, cities, PVZ pickup

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cdek-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/cdek-mcp"
      ],
      "env": {
        "CDEK_CLIENT_ID": "<your-cdek_client_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cdek-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/cdek-mcp"
      ],
      "env": {
        "CDEK_CLIENT_ID": "<your-cdek_client_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/cdek-mcp
§02  Environment variables
CDEK_CLIENT_ID
requiredsecret

API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other