Back to Browse

Shopware MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Shop base URL, e.g. https://shop.example.comOptional

Environment variable: SHOPWARE_URL

Integration access key IDOptional

Environment variable: SHOPWARE_CLIENT_ID

Integration secret access keyRequired

Environment variable: SHOPWARE_CLIENT_SECRET

Set to true to register the guarded write toolsOptional

Environment variable: SHOPWARE_MCP_ALLOW_WRITE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-bnymndev-shopware-mcp": {
      "env": {
        "SHOPWARE_URL": "your-shopware-url-here",
        "SHOPWARE_CLIENT_ID": "your-shopware-client-id-here",
        "SHOPWARE_CLIENT_SECRET": "your-shopware-client-secret-here",
        "SHOPWARE_MCP_ALLOW_WRITE": "your-shopware-mcp-allow-write-here"
      },
      "args": [
        "-y",
        "shopware-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!