Skip to content
Cursor

mcp amazon for Cursor

io.github.codespar/mcp-amazon

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

client:Cursor transport:stdio runtime:npm

Install mcp amazon in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp amazon in other clients