Skip to content
Zed

shopware mcp for Zed

io.github.bnymndev/shopware-mcp

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

client:Zed transport:stdio runtime:npm

Install shopware mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "shopware-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopware-mcp"
      ],
      "env": {
        "SHOPWARE_URL": "<SHOPWARE_URL>",
        "SHOPWARE_CLIENT_ID": "<SHOPWARE_CLIENT_ID>",
        "SHOPWARE_CLIENT_SECRET": "<SHOPWARE_CLIENT_SECRET>",
        "SHOPWARE_MCP_ALLOW_WRITE": "<SHOPWARE_MCP_ALLOW_WRITE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

shopware mcp in other clients