Back to directory
dithom/shopware-mcp

dithom/shopware-mcp

@dithom

A local MCP server for Shopware plugin development, automating bugfixing for Shopware plugins using LLMs

shopwaremcpplugin-developmentbugfixingllmcursoridetool

Installation & Configuration

{
  "mcpServers": {
    "shopware-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@studiosolid/shopware-mcp"
      ],
      "env": {
        "SHOPWARE_ACCOUNT_EMAIL": "YOUR_SHOPWARE_ACCOUNT_EMAIL",
        "SHOPWARE_ACCOUNT_PASSWORD": "YOUR_SHOPWARE_ACCOUNT_PASSWORD",
        "PROJECT_DIRECTORY": "/absolute/path/to/project"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13