cdek-mcp for Cursor
io.github.theyahia/cdek-mcp
MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)
client:Cursor
transport:stdio
runtime:npm
Install cdek-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cdek-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/cdek-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs