Amazon Seller Central

v1.0.0Business Applicationsstable

MCP server for Amazon SP-API — connect Claude to Seller Central for sales, inventory, orders, fees, and analytics. LWA-only auth, no AWS credentials required.

amazonclaudemcpmodel-context-protocolseller-central
Share:
30
Stars
0
Downloads
0
Weekly
0/5

What is Amazon Seller Central?

Amazon Seller Central is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for amazon sp-api — connect claude to seller central for sales, inventory, orders, fees, and analytics. lwa-only auth, no aws credentials required.

MCP server for Amazon SP-API — connect Claude to Seller Central for sales, inventory, orders, fees, and analytics. LWA-only auth, no AWS credentials required.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server for Amazon SP-API — connect Claude to Seller Cent

Use Cases

Query sales, inventory, orders, and analytics from Amazon Seller Central.
Analyze fees and manage seller operations through Claude integration.
Access SP-API data without AWS credentials using LWA authentication.
mansournorouzi

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx amazon-sp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Amazon Seller Central

The Amazon SP MCP Server connects Claude to the Amazon Selling Partner API, giving sellers conversational access to their Seller Central data including orders, inventory, sales metrics, financial reports, and traffic analytics. Unlike older SP-API integrations, this server uses Login with Amazon (LWA) OAuth authentication exclusively — no AWS IAM credentials are required. Amazon sellers can query their business data, analyze performance trends, and manage operations directly through Claude.

Prerequisites

  • Node.js 18 or higher installed
  • An Amazon Seller Central account with SP-API access enabled
  • A Login with Amazon (LWA) application created in Amazon Developer Central with a client ID, client secret, and refresh token
  • Your Amazon SELLER_ID and MARKETPLACE_ID (e.g., ATVPDKIKX0DER for the US marketplace)
  • An MCP-compatible client such as Claude Desktop
1

Clone and install the server

Clone the repository, install Node.js dependencies, and build the TypeScript source.

git clone https://github.com/mansournorouzi/amazon-sp-mcp.git
cd amazon-sp-mcp
npm install
npm run build
2

Obtain LWA credentials from Amazon Developer Central

Log into developer.amazon.com, create a new LWA application, and record the Client ID and Client Secret. Then authorize the application with your Seller Central account to obtain a Refresh Token.

3

Find your Seller ID and Marketplace ID

Log into Seller Central, go to Account Info, and copy your Merchant Token (Seller ID). The US marketplace ID is ATVPDKIKX0DER; find other regional IDs in the SP-API documentation.

4

Configure Claude Desktop

Add the server to your Claude Desktop configuration file with all required LWA and marketplace credentials.

{
  "mcpServers": {
    "amazon-sp": {
      "command": "node",
      "args": ["/path/to/amazon-sp-mcp/dist/index.js"],
      "env": {
        "LWA_CLIENT_ID": "your_lwa_client_id",
        "LWA_CLIENT_SECRET": "your_lwa_client_secret",
        "LWA_REFRESH_TOKEN": "your_lwa_refresh_token",
        "SELLER_ID": "your_seller_id",
        "MARKETPLACE_ID": "ATVPDKIKX0DER",
        "SP_API_ENDPOINT": "https://sellingpartnerapi-na.amazon.com"
      }
    }
  }
}
5

Restart Claude Desktop and test a query

Restart Claude Desktop and ask a simple question like 'What were my sales last week?' to confirm the integration is working.

Amazon Seller Central Examples

Client configuration

Complete Claude Desktop configuration for the Amazon SP MCP server with LWA authentication.

{
  "mcpServers": {
    "amazon-sp": {
      "command": "node",
      "args": ["/path/to/amazon-sp-mcp/dist/index.js"],
      "env": {
        "LWA_CLIENT_ID": "amzn1.application-oa2-client.xxxx",
        "LWA_CLIENT_SECRET": "your_client_secret",
        "LWA_REFRESH_TOKEN": "your_refresh_token",
        "SELLER_ID": "A1EXAMPLE123456",
        "MARKETPLACE_ID": "ATVPDKIKX0DER",
        "SP_API_ENDPOINT": "https://sellingpartnerapi-na.amazon.com"
      }
    }
  }
}

Prompts to try

Example prompts for querying orders, inventory, sales metrics, and financial data from Seller Central.

- "What were my total sales for the past 7 days broken down by day?"
- "Show me all orders placed in the last 24 hours with their status"
- "What is my current FBA inventory health — are there any stranded or unfulfillable units?"
- "Show me FBA reimbursements from last month"
- "Which of my ASINs has the best conversion rate this week?"

Troubleshooting Amazon Seller Central

Authentication fails with 'invalid_client' or 'invalid_grant' errors

Verify all three LWA credentials are correct: LWA_CLIENT_ID, LWA_CLIENT_SECRET, and LWA_REFRESH_TOKEN. Refresh tokens expire if not used for 12 months — re-authorize the LWA application if needed. Ensure your LWA app has the correct SP-API scopes selected.

API returns 403 Forbidden when querying sales or analytics data

Some SP-API endpoints such as brand analytics require Brand Registry enrollment. Confirm your seller account has the permissions for the specific data type you are querying in Seller Central under Apps & Services > Develop Apps.

npm run build fails with TypeScript errors

Ensure you are using Node.js 18 or higher. Run 'node --version' to check. Delete node_modules and package-lock.json, then run 'npm install' again before rebuilding.

Frequently Asked Questions about Amazon Seller Central

What is Amazon Seller Central?

Amazon Seller Central is a Model Context Protocol (MCP) server that mcp server for amazon sp-api — connect claude to seller central for sales, inventory, orders, fees, and analytics. lwa-only auth, no aws credentials required. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Amazon Seller Central?

Follow the installation instructions on the Amazon Seller Central GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Amazon Seller Central?

Amazon Seller Central works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Amazon Seller Central free to use?

Yes, Amazon Seller Central is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Amazon Seller Central Alternatives — Similar Business Applications Servers

Looking for alternatives to Amazon Seller Central? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "amazon-sp": { "command": "npx", "args": ["-y", "amazon-sp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Amazon Seller Central?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides