Skip to content
Gemini CLI

aws spapi mcp for Gemini CLI

io.github.cesarobedfl/aws-spapi-mcp

MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates

client:Gemini CLI transport:stdio runtime:npm

Install aws spapi mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "aws-spapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cesarobedfl/aws-spapi-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

aws spapi mcp in other clients