ShipSaving for Cursor
io.github.waka4674/shipsaving-mcp
MCP server for ShipSaving — shipping rates, labels, orders, tracking
client:Cursor
transport:stdio
runtime:npm
Install ShipSaving in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shipsaving-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shipsaving-mcp"
],
"env": {
"SHIPSAVING_APP_KEY": "<SHIPSAVING_APP_KEY>",
"SHIPSAVING_API_BASE_URL": "<SHIPSAVING_API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs