Skip to content
Windsurf

shopware mcp for Windsurf

io.github.bnymndev/shopware-mcp

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

client:Windsurf transport:stdio runtime:npm

Install shopware mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

shopware mcp in other clients