Back to directory
@studiosolid/shopware-mcp

@studiosolid/shopware-mcp

@dithom4

A local MCP server for Shopware plugin development, automating bugfixing using LLMs with support ticket and environment info.

shopwarepluginbugfixllmidecommerce

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
2025/4/28
Updated
2025/12/26