
MCP4Amazon
An MCP server that enables large language models to directly access and analyze Amazon product information, including product details, variants, and reviews.
README
1 项目介绍
本项目主要给亚马逊运营使用,可以让大模型直接读取亚马逊上的数据进行分析。
目前已有的功能:
1.1 get_product_info
获取该asin的产品信息, 包括: 产品标题, 产品描述, 所有变体信息
参数:
asin: 亚马逊asin码
1.2 get_product_review
获取该asin的评论信息, 字符总数不超过max_length
参数:
asin: 亚马逊asin码
max_length: 字符总数
2 项目环境搭建
Python安装以及git clone操作不再赘述(我这里使用的Python版本为3.11)
2.1 安装uv
打开CMD
pip install uv
2.2 创建虚拟环境
cd E:\My Project\MCP4Amazon(替换成你实际的项目路径)
uv venv
.\.venv\Scripts\activate
2.3 安装依赖
uv pip install -r requirements.txt
3 配置谷歌浏览器
本项目使用Playwright通过9222端口操作谷歌浏览器来获取数据。
右击桌面上的谷歌浏览器快捷方式 -> 属性 -> 在目标栏中加入以下字符:
--remote-debugging-port=9222
示例:"D:\Program Files\chrome-win64\chrome.exe" --remote-debugging-port=9222
保存后双击快捷方式打开浏览器
4 使用Cherry Studio来调用
免费使用的模型中只有Claude Desktop开放了mcp的接口,但国内无法使用。
目前可行的方案就是使用Cherry Studio调用大模型api(需要付费)或Ollama来使用。
4.1 配置MCP服务器
进入Cherry Studio,来到设置 -> MCP服务器 -> 添加服务器
按以下设置:
名称 | 类型 | 命令 | 超时 |
---|---|---|---|
MCP4Amazon | Stdio | uv | 600 |
参数:
--directory
E:\My Project\MCP4Amazon(替换成你实际的项目路径)
run
mcp4amazon.py
最后保存即可
4.2 配置大模型api或Ollama
具体操作看Cherry Sutio的教程
5 效果
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.