Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Amazon.in MCP Server in other clients