Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Shopware 6 Store API in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
通过 MCP 从任何 AI 代理查询 Shopware 6 产品目录、类别和搜索。AnythingMCP 中预构建的 Shopware 商店 API 适配器。
试试这样问
Shopware 6 Store API 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
将 Shopware 6 连接到 AI 代理
Shopware 6 是 DACH 地区最广泛部署的电子商务平台之一。Shopware 商店 API 为商店本身提供支持 — 产品目录、类别、交叉销售、搜索、建议。将其连接到 MCP 使你的 AI 代理能够回答客户问题、生成产品推荐,并在任何 Shopware 6 商店上推动对话式商务。
使用内置适配器快速设置
Shopware 6 适配器随 AnythingMCP 一起提供。你需要提供商店 URL 和销售渠道访问密钥。
第 1 步:部署 AnythingMCP
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第 2 步:获取你的销售渠道访问密钥
在 Shopware 管理后台:销售渠道 → [你的渠道] → API 访问 → 访问密钥。复制该值。
第 3 步:导入适配器
打开 http://localhost:3000/connectors/store,点击 Shopware 6 上的 导入,并填写:
SHOPWARE_URL— 你的商店 URL,不带尾部斜杠,例如https://shop.koch-freiburg.deSHOPWARE_ACCESS_KEY— 销售渠道访问密钥
第 4 步:连接到你的 AI 代理
{
"mcpServers": {
"shopware": {
"url": "http://localhost:4000/mcp"
}
}
}
可用工具
| 工具 | 描述 |
|---|---|
shopware_search_products | 自由文本 + 过滤 + 排序 + 关联 |
shopware_get_product | 带媒体、属性、交叉销售的单个产品 |
shopware_search_categories | 列出/搜索商店树中的类别 |
shopware_get_category | 带可选产品关联的类别 |
shopware_search_suggest | 输入时的产品建议(低延迟) |
shopware_get_cross_sells | 产品的交叉销售流 |
AI 代理用例
- "在目录中查找与 'Akkuschrauber Bosch' 相关的产品"
- "给我显示 'Elektrowerkzeuge' 类别中的产品,按价格排序"
- "产品 UUID 1a2b3c… 的描述是什么?"
- "列出 SKU SK-1001 的 '客户还购买了' 建议"
商店 API 与管理 API
此适配器涵盖 面向公众的商店 API(无身份验证复杂性,适合目录查询)。对于管理写入(创建产品、管理库存、履行订单),需要 管理 API,该 API 使用 OAuth2 客户端凭证,并不包含在此适配器中。
下一步
- Sendcloud MCP 指南 — 将目录数据与多承运人履行配对
- Xentral ERP MCP 指南 — 与后端 ERP 同步产品数据
这份指南对你有帮助吗?