Skip to content
Claude Desktop

mcp amazon for Claude Desktop

io.github.codespar/mcp-amazon

MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances

client:Claude Desktop transport:stdio runtime:npm

Install mcp amazon in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "mcp-amazon": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-amazon"
      ],
      "env": {
        "AMAZON_LWA_CLIENT_ID": "<AMAZON_LWA_CLIENT_ID>",
        "AMAZON_LWA_CLIENT_SECRET": "<AMAZON_LWA_CLIENT_SECRET>",
        "AMAZON_REFRESH_TOKEN": "<AMAZON_REFRESH_TOKEN>",
        "AMAZON_MARKETPLACE_ID": "<AMAZON_MARKETPLACE_ID>",
        "AMAZON_REGION": "<AMAZON_REGION>",
        "AMAZON_SELLER_ID": "<AMAZON_SELLER_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp amazon in other clients