Connector guide2-minute read6 MCP toolsEN · DE · IT

Shopware 6 MCP Server — Storefront-API für KI-Agenten

Shopware 6 Produktkatalog, Kategorien und Suche aus jedem KI-Agenten via MCP abfragen. Vorgefertigter Shopware Store API Adapter in AnythingMCP.

HCBy HelpCode teamUpdated 2 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

Shopware 6 Produktkatalog, Kategorien und Suche aus jedem KI-Agenten via MCP abfragen. Vorgefertigter Shopware Store API Adapter in AnythingMCP.

Frag einfach

Beispiel-Prompts für Shopware 6 Store API

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Konnektor laufen lassen.

Shopware 6 Store API · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

Shopware 6 an KI-Agenten anbinden

Shopware 6 ist eine der am weitesten verbreiteten E-Commerce-Plattformen in DACH. Die Shopware Store API treibt das Shopfrontend selbst — Produktkatalog, Kategorien, Cross-Sells, Suche, Suggest. Mit Anbindung an MCP kann dein KI-Agent Kundenfragen beantworten, Produktempfehlungen generieren und Conversational Commerce auf jedem Shopware-6-Shop bereitstellen.

Schnelleinrichtung mit integriertem Adapter

Der Shopware-6-Adapter ist Bestandteil von AnythingMCP. Du hinterlegst die Shop-URL und einen Sales-Channel-Access-Key.

Schritt 1: AnythingMCP bereitstellen

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Schritt 2: Sales-Channel-Access-Key beschaffen

Im Shopware-Admin: Verkaufskanäle → [dein Kanal] → API-Zugang → Access key. Diesen Wert kopieren.

Schritt 3: Adapter importieren

http://localhost:3000/connectors/store öffnen, Import beim Shopware-6-Adapter klicken und ausfüllen:

  • SHOPWARE_URL — deine Shop-URL ohne abschließenden Slash, z.B. https://shop.koch-freiburg.de
  • SHOPWARE_ACCESS_KEY — der Sales-Channel-Access-Key

Schritt 4: Mit KI-Agent verbinden

{
  "mcpServers": {
    "shopware": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

Verfügbare Tools

ToolBeschreibung
shopware_search_productsFreitext + Filter + Sortierung + Associations
shopware_get_productEinzelnes Produkt mit Medien, Eigenschaften, Cross-Sells
shopware_search_categoriesKategorien im Storefront-Baum auflisten/suchen
shopware_get_categoryKategorie mit optionalen Produkt-Associations
shopware_search_suggestAs-you-type Produkt-Vorschläge (niedrige Latenz)
shopware_get_cross_sellsCross-Sell-Streams für ein Produkt

KI-Anwendungsfälle

  • "Finde Produkte rund um 'Akkuschrauber Bosch' im Katalog"
  • "Zeig mir Produkte in der Kategorie 'Elektrowerkzeuge', sortiert nach Preis"
  • "Was ist die Beschreibung von Produkt-UUID 1a2b3c…?"
  • "Liste 'Kunden kauften auch' Vorschläge für SKU SK-1001"

Store API vs Admin API

Dieser Adapter deckt die öffentliche Store API ab (keine Auth-Komplexität, ideal für Katalog-Abfragen). Für administrative Schreibvorgänge (Produkte anlegen, Bestand verwalten, Aufträge abwickeln) wird die Admin API benötigt, die OAuth2 client_credentials nutzt und nicht Bestandteil dieses Adapters ist.

Nächste Schritte

War dieser Guide hilfreich?

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.

Verwandte Anleitungen

connectors

Shopware 6 Store API mit ChatGPT verbinden — über 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 mit Claude verbinden — über 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 mit Cursor verbinden — über 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 mit Gemini verbinden — über 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 zu MCP — Clockify aus jedem KI-Agent steuern

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

connectors

Asana zu MCP — Asana aus jedem KI-Agent steuern

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