Home › Other › shopware-mcp

shopware-mcp

Query and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.

TypeScript
★ 43 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.7.0)

npx -y shopware-mcp@0.7.0

Or add to your MCP client config:

{
  "mcpServers": {
    "shopware-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopware-mcp@0.7.0"
      ],
      "env": {
        "SHOPWARE_URL": "<YOUR_VALUE>",
        "SHOPWARE_CLIENT_ID": "<YOUR_VALUE>",
        "SHOPWARE_CLIENT_SECRET": "<YOUR_VALUE>",
        "SHOPWARE_MCP_ALLOW_WRITE": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHOPWARE_URL required — Shop base URL, e.g. https://shop.example.com
  • SHOPWARE_CLIENT_ID required — Integration access key ID
  • SHOPWARE_CLIENT_SECRET required secret — Integration secret access key
  • SHOPWARE_MCP_ALLOW_WRITE — Set to true to register the guarded write tools

Related servers

Data from the Official MCP Registry