mcpbeat Sign in

Cdek MCP Server

local only

Cdek runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from pypi. Last commit 10 May 2026.

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

Installs per day peak 27 · avg 11 · -18% w/w
a month agotoday
77
Installs / week
pypi · mcp-server-cdek
0
Stars
0 open issues
10 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Cdek every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cdek -- uvx mcp-server-cdek
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cdek": {
      "args": [
        "mcp-server-cdek"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cdek]
command = "uvx"
args = ["mcp-server-cdek"]
.cursor/mcp.json
{
  "mcpServers": {
    "cdek": {
      "args": [
        "mcp-server-cdek"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cdek": {
      "args": [
        "mcp-server-cdek"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CDEK_CLIENT, CDEK_SECRET, CDEK_SENDER_COMPANY (Sender company name (can also be set via config_set tool)), CDEK_SENDER_NAME (Sender short name (can also be set via config_set tool)), CDEK_SENDER_FULL_NAME (Sender full name (can also be set via config_set tool)), CDEK_SENDER_EMAIL (Sender email (can also be set via config_set tool)), CDEK_SENDER_PHONE (Sender phone (can also be set via config_set tool)), CDEK_MY_PVZ (My PVZ code for returns (can also be set via config_set tool)), CDEK_TIMEOUT (HTTP request timeout in seconds (default 30)), CDEK_FILE_TIMEOUT (File download timeout in seconds (default 60)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cdek

same job, measured the same way
Probo Connect MCP
by nickymitnick

MCP server for Probo print-on-demand — search products, configure orders, track shipments.

20 installs/wk local only
cdek-mcp
by theyahia

MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)

68 installs/wk local only
Boxberry MCP
by theyahia

MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.

36 installs/wk local only
Yandex Delivery MCP
by a1-x-tech

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

105 installs/wk local only
Walmart
by markswendsen-code

MCP server for Walmart - search products, manage cart, track orders

36 installs/wk local only
Target
by markswendsen-code

MCP server for Target - search products, manage cart, track orders

31 installs/wk local only
Ubereats
by markswendsen-code

MCP server for Uber Eats - let AI agents order food delivery

37 installs/wk local only
Google Contacts MCP
by a1-x-tech

MCP server for the Google People API: search, create, update and delete contacts and groups.

42 installs/wk local only

Cdek — questions

Answers built from our own checks of this server.

Why is there no uptime for Cdek?
Cdek runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-cdek was installed 77 times last week.
How do I connect Cdek?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-cdek straight from pypi; nothing to host, nothing to sign up for.
How many people use Cdek?
The pypi package mcp-server-cdek was installed 77 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cdek open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.