Connector guide1-minute read6 MCP toolsEN · DE · IT

Shopware 6 MCP 服务器 — AI 代理的商店 API

通过 MCP 从任何 AI 代理查询 Shopware 6 产品目录、类别和搜索。AnythingMCP 中预构建的 Shopware 商店 API 适配器。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Shopware 6 Store API

MCP connector

Shopware 6 Store API

Query a Shopware 6 storefront programmatically — product catalog, categories, cross-sells, landing pages, and search. Covers the public-facing Store API, which is how the Shopware storefront itself talks to the backend.

Tools

6

Region

DE

Category

E-commerce

Authentication

API Key

Required env vars

SHOPWARE_URLSHOPWARE_ACCESS_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

Summary

通过 MCP 从任何 AI 代理查询 Shopware 6 产品目录、类别和搜索。AnythingMCP 中预构建的 Shopware 商店 API 适配器。

试试这样问

Shopware 6 Store API 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Shopware 6 Store API · 通过 MCP 实时
分享
Opus 4.7

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.de
  • SHOPWARE_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 客户端凭证,并不包含在此适配器中。

下一步

这份指南对你有帮助吗?

Ready to ship

Your Shopware agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南

connectors

如何将 Shopware 6 Store API 连接到 ChatGPT — 通过 MCP

Query a Shopware 6 storefront programmatically — product catalog, categories, cross-sells, landing pages, and search. Covers the public-facing Store API, which is how the Shopware storefront itself talks to the backend.

connectors

如何将 Shopware 6 Store API 连接到 Claude — 通过 MCP

Query a Shopware 6 storefront programmatically — product catalog, categories, cross-sells, landing pages, and search. Covers the public-facing Store API, which is how the Shopware storefront itself talks to the backend.

connectors

如何将 Shopware 6 Store API 连接到 Cursor — 通过 MCP

Query a Shopware 6 storefront programmatically — product catalog, categories, cross-sells, landing pages, and search. Covers the public-facing Store API, which is how the Shopware storefront itself talks to the backend.

connectors

如何将 Shopware 6 Store API 连接到 Gemini — 通过 MCP

Query a Shopware 6 storefront programmatically — product catalog, categories, cross-sells, landing pages, and search. Covers the public-facing Store API, which is how the Shopware storefront itself talks to the backend.

connectors

Clockify 接入 MCP — 从任意 AI 代理驱动 Clockify

Manage Clockify (time tracking, projects, tasks, clients, tags, workspace users, reports) from any AI agent. 18 tools, X-Api-Key auth.

connectors

Asana 接入 MCP — 从任意 AI 代理驱动 Asana

Asana REST API — tasks, projects, sections, milestones, users, teams. Triage assignment, change due dates, query workload, scan project status updates. PAT auth.