shopware mcp for Cline
io.github.bnymndev/shopware-mcp
Query and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.
client:Cline
transport:stdio
runtime:npm
Install shopware mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"shopware-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs