Cdek runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from pypi. Last commit 10 May 2026.
MCP server for CDEK delivery service API — create orders, track shipments, search delivery points
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"
}
}
}
Answers built from our own checks of this server.