Sendle MCP by UnClick for Cursor
io.github.malamutemayhem/sendle
Sendle shipping quotes, orders, and parcel tracking. By UnClick.
client:Cursor
transport:stdio
runtime:npm
Install Sendle MCP by UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sendle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/sendle-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs