mcp skydropx for Cursor
io.github.codespar/mcp-skydropx
Skydropx — Mexican multi-carrier shipping aggregator
client:Cursor
transport:stdio
runtime:npm
Install mcp skydropx in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-skydropx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-skydropx"
],
"env": {
"SKYDROPX_API_TOKEN": "<SKYDROPX_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs