Loading MCP server directory, please wait...
MCP server for CDEK delivery service API — create orders, track shipments, search delivery points
npx @getmcp/cli add io.github.dontsovcmc/cdekRequires Python 3.10+. Community-contributed server. Review source before installing.
CDEK_CLIENTCDEK_SECRETConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dontsovcmc/cdek": {
"command": "uvx",
"args": [
"mcp-server-cdek"
],
"env": {
"CDEK_CLIENT": "",
"CDEK_SECRET": "",
"CDEK_SENDER_COMPANY": "",
"CDEK_SENDER_NAME": "",
"CDEK_SENDER_FULL_NAME": "",
"CDEK_SENDER_EMAIL": "",
"CDEK_SENDER_PHONE": "",
"CDEK_MY_PVZ": "",
"CDEK_TIMEOUT": "",
"CDEK_FILE_TIMEOUT": ""
}
}
}
}