costco for Cursor
io.github.thehesiod/costco
MCP server for Costco warehouse receipts and online orders
client:Cursor
transport:stdio
runtime:pypi
Install costco in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"costco": {
"type": "stdio",
"command": "uvx",
"args": [
"costco-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs