Skip to content
Grok

mcp amazon for Grok

io.github.codespar/mcp-amazon

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

client:Grok transport:stdio runtime:npm

Install mcp amazon in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-amazon": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp amazon in other clients