PluginBench
MCP Server

Amazon.in MCP Server MCP Server

io.github.justadityaraj/amazon-in-mcp-server

What is the Amazon.in MCP Server MCP server?

Search Amazon.in: cheapest in-stock, best-value picks, product details, Keepa price-history.

How to install Amazon.in MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AMAZON_IN_AFFILIATE_TAG

    Override the default Amazon Associates tag baked into emitted amazon.in URLs. Set to an empty string to disable affiliate tagging entirely.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "amazon-in-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "amazon-in-mcp-server"
      ],
      "env": {
        "AMAZON_IN_AFFILIATE_TAG": "<YOUR_AMAZON_IN_AFFILIATE_TAG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "amazon-in-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "amazon-in-mcp-server"
      ],
      "env": {
        "AMAZON_IN_AFFILIATE_TAG": "<YOUR_AMAZON_IN_AFFILIATE_TAG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "amazon-in-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "amazon-in-mcp-server"
      ],
      "env": {
        "AMAZON_IN_AFFILIATE_TAG": "<YOUR_AMAZON_IN_AFFILIATE_TAG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "amazon-in-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "amazon-in-mcp-server"
      ],
      "env": {
        "AMAZON_IN_AFFILIATE_TAG": "<YOUR_AMAZON_IN_AFFILIATE_TAG>"
      }
    }
  }
}
Claude Code
claude mcp add amazon-in-mcp-server --env AMAZON_IN_AFFILIATE_TAG=<YOUR_AMAZON_IN_AFFILIATE_TAG> -- npx -y amazon-in-mcp-server

Related MCP servers

Full read + write access to Slack Lists for AI: create, update, check off, reassign, delete.

View repository →