No install? Use cloud.anythingmcp.com directly.
Sign in, install the Shopware 6 Store API in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Shopware 6 Store API をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Shopware 6 Store API + ChatGPT
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.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
SHOPWARE_URL, SHOPWARE_ACCESS_KEY
ステップ 1 — 認証情報を取得
Instance URL: every Shopware install has its own URL. Paste it into SHOPWARE_URL when importing — e.g. https://shop.koch-freiburg.de. Do NOT add /store-api; the adapter handles that.
Access key: the Store API authenticates with a single header sw-access-key. Find it in the Shopware admin under Settings → System → Integrations → 'Access key for sales channels', or per-sales-channel under Sales Channels → 'API access → Access key'. Set it as SHOPWARE_ACCESS_KEY at import time.
…(continued in the in-app connector instructions)
ステップ 2 — アダプターをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — ChatGPT にコネクタを追加
ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
Shopware 6 Store API - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- Name:
- Connect をクリック。
利用可能なツール
| Tool | What it does |
|---|---|
shopware_search_products | Search products in the sales channel |
shopware_get_product | Retrieve a single product by id or product number, including description, pricing tiers, cross-sells, properties, media, and associations |
shopware_search_categories | List or search categories in the storefront category tree |
shopware_get_category | Retrieve a category and optionally its products by category id |
shopware_search_suggest | Shopware search suggest — returns product suggestions for as-you-type autocomplete |
shopware_get_cross_sells | Retrieve the cross-sell product streams configured for a product (e |
FAQ
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。