Odel
shopware mcp

shopware mcp

Local
@bnymndev1TypeScriptMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshopware-mcpv0.3.1

Run

npx -y shopware-mcp

MCP client config

{
  "mcpServers": {
    "shopware-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopware-mcp"
      ]
    }
  }
}