shopware mcp for Grok
io.github.bnymndev/shopware-mcp
Query and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.
client:Grok
transport:stdio
runtime:npm
Install shopware mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shopware-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shopware-mcp"
],
"env": {
"SHOPWARE_URL": "<SHOPWARE_URL>",
"SHOPWARE_CLIENT_ID": "<SHOPWARE_CLIENT_ID>",
"SHOPWARE_CLIENT_SECRET": "<SHOPWARE_CLIENT_SECRET>",
"SHOPWARE_MCP_ALLOW_WRITE": "<SHOPWARE_MCP_ALLOW_WRITE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs