PluginBench
MCP Server

io.github.purahmanian/keepa-mcp MCP Server

io.github.purahmanian/keepa-mcp

What is the io.github.purahmanian/keepa-mcp MCP server?

MCP server for Keepa Amazon price and sales rank history API

How to install io.github.purahmanian/keepa-mcp

Copy-paste configuration for popular MCP clients.

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

    Keepa API key (https://keepa.com/#!api)

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

Related MCP servers

macOS-first MCP bridge for FL Studio using CoreMIDI and FL Studio Python MIDI scripts.

View repository →

Google Trends MCP server: interest over time, comparisons, related queries, trending searches

View repository →

Jungle Scout MCP server: keyword volumes, product database, sales estimates, share of voice

View repository →