Amazon.in MCP Server for Cursor
io.github.justadityaraj/amazon-in-mcp-server
Search Amazon.in: cheapest in-stock, best-value picks, product details, Keepa price-history.
client:Cursor
transport:stdio
runtime:npm
Install Amazon.in MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"amazon-in-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amazon-in-mcp-server"
],
"env": {
"AMAZON_IN_AFFILIATE_TAG": "<AMAZON_IN_AFFILIATE_TAG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs