Loading MCP server directory, please wait...
Query and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.
npx @getmcp/cli add io.github.bnymnDev/shopware-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOPWARE_URLShop base URL, e.g. https://shop.example.com
SHOPWARE_CLIENT_IDIntegration access key ID
SHOPWARE_CLIENT_SECRETIntegration secret access key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bnymnDev/shopware-mcp": {
"command": "npx",
"args": [
"-y",
"shopware-mcp"
],
"env": {
"SHOPWARE_URL": "",
"SHOPWARE_CLIENT_ID": "",
"SHOPWARE_CLIENT_SECRET": "",
"SHOPWARE_MCP_ALLOW_WRITE": "false"
}
}
}
}