Skip to content
Grok

amazon seller for Grok

io.github.wmarceau/amazon-seller

Amazon seller tools: FBA fees, inventory optimization, restock recommendations.

client:Grok transport:stdio runtime:pypi

Install amazon seller 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": {
    "amazon-seller": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "amazon-seller-mcp"
      ],
      "env": {
        "AMAZON_REFRESH_TOKEN": "<AMAZON_REFRESH_TOKEN>",
        "AMAZON_LWA_APP_ID": "<AMAZON_LWA_APP_ID>",
        "AMAZON_LWA_CLIENT_SECRET": "<AMAZON_LWA_CLIENT_SECRET>"
      }
    }
  }
}

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

amazon seller in other clients