mcpbeat Sign in

Amazon Creators MCP Server

local only

Amazon Creators runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 8 Aug 2026.

Amazon product search returning paste-ready affiliate deal rows for your blog

Installs per day peak 19 · avg 6 · +22% w/w
a month agotoday
30
Installs / week
npm · @houtini/amazon-creators-mcp
1
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Amazon Creators every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add amazon-creators -- npx -y @houtini/amazon-creators-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "amazon-creators": {
      "args": [
        "-y",
        "@houtini/amazon-creators-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.amazon-creators]
command = "npx"
args = ["-y", "@houtini/amazon-creators-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "amazon-creators": {
      "args": [
        "-y",
        "@houtini/amazon-creators-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "amazon-creators": {
      "args": [
        "-y",
        "@houtini/amazon-creators-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AMAZON_CLIENT_ID (Amazon Creators API client ID), AMAZON_CLIENT_SECRET (Amazon Creators API client secret), AMAZON_PARTNER_TAG (Your Amazon Associates partner tag, baked into every generated link), AMAZON_CREDENTIAL_VERSION (Credential version issued with your Creators API keys, e.g. 3.1), AMAZON_MARKETPLACE (Marketplace host, e.g. www.amazon.com or www.amazon.co.uk), AMAZON_MAX_CONCURRENCY (Maximum concurrent API requests (optional, defaults to 4)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Amazon Creators

same job, measured the same way
Tosheroon
by tosheroon

Real-time Amazon prices, product search, 90-day history, AI forecasts, and price drop alerts.

12 tools answering
Glade API
by gladeapi

Amazon marketplace data for products, offers, reviews, sellers, search, categories, and deals.

answering
Easyparser — Amazon Product & Seller Data
by easyparser

Real-time Amazon product, seller, and search data for AI agents across 21 marketplaces.

48 installs/wk 17 tools answering
Godalo
by godalo-ai

Affiliate product search for AI agents. Merchant feeds, not web scraping. Works with any MCP client.

37 installs/wk local only
Amazon Products
by jbeshir

Search for products and get detailed product information from Amazon across multiple regional sites.

local only
Openaffiliate MCP
by sonpiaz

Search and discover affiliate programs with agent-ready data and commission details.

50 installs/wk 3 tools answering
Canopy API
by canopyapi

Amazon product API & MCP server: search, prices, reviews, sellers, deals, and ASIN lookup by Canopy.

answering
I
Menlo Labs Shopping MCP
by t-khush

Search Amazon products by price and rating, or build curated shopping kits for any goal.

2 tools answering

Amazon Creators — questions

Answers built from our own checks of this server.

Why is there no uptime for Amazon Creators?
Amazon Creators runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @houtini/amazon-creators-mcp was installed 30 times last week.
How do I connect Amazon Creators?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @houtini/amazon-creators-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Amazon Creators?
The npm package @houtini/amazon-creators-mcp was installed 30 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Amazon Creators open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.