aws spapi mcp for Cursor
io.github.cesarobedfl/aws-spapi-mcp
MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates
client:Cursor
transport:stdio
runtime:npm
Install aws spapi mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aws-spapi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cesarobedfl/aws-spapi-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs