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
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.
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.
claude mcp add cdek -- uvx mcp-server-cdek
{
"mcpServers": {
"cdek": {
"args": [
"mcp-server-cdek"
],
"command": "uvx"
}
}
}
[mcp_servers.cdek]
command = "uvx"
args = ["mcp-server-cdek"]
{
"mcpServers": {
"cdek": {
"args": [
"mcp-server-cdek"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for Probo print-on-demand — search products, configure orders, track shipments.
MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)
MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders.
MCP server for Walmart - search products, manage cart, track orders
MCP server for Target - search products, manage cart, track orders
MCP server for Uber Eats - let AI agents order food delivery
MCP server for the Google People API: search, create, update and delete contacts and groups.
Answers built from our own checks of this server.