Shopware MCP Server
Rank #1,612io.github.bnymnDev/shopware-mcp
Query and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.
Shopware MCP Server is a Model Context Protocol (MCP) server published by bnymnDev. It ranks #1,612 of 132,046 servers tracked on MCP Toplist, and its repository has 44 GitHub stars. Shopware MCP Server is listed on Official MCP, with 9 tracked versions. It was first listed on Sep 3, 2026 and most recently updated on Sep 13, 2026.
Ranks ahead of 130,434 of 132,046 servers on MCP Toplist.
Use Shopware MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add shopware-mcp -e "SHOPWARE_URL=<your SHOPWARE_URL>" -e "SHOPWARE_CLIENT_ID=<your SHOPWARE_CLIENT_ID>" -e "SHOPWARE_CLIENT_SECRET=<your SHOPWARE_CLIENT_SECRET>" -e "SHOPWARE_MCP_ALLOW_WRITE=<your SHOPWARE_MCP_ALLOW_WRITE>" -- npx -y shopware-mcpReplace each placeholder with your own value before saving.
[mcp_servers.shopware-mcp]
command = "npx"
args = ["-y", "shopware-mcp"]
[mcp_servers.shopware-mcp.env]
SHOPWARE_URL = "<your SHOPWARE_URL>"
SHOPWARE_CLIENT_ID = "<your SHOPWARE_CLIENT_ID>"
SHOPWARE_CLIENT_SECRET = "<your SHOPWARE_CLIENT_SECRET>"
SHOPWARE_MCP_ALLOW_WRITE = "<your SHOPWARE_MCP_ALLOW_WRITE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopware-mcp": {
"command": "npx",
"args": [
"-y",
"shopware-mcp"
],
"env": {
"SHOPWARE_URL": "<your SHOPWARE_URL>",
"SHOPWARE_CLIENT_ID": "<your SHOPWARE_CLIENT_ID>",
"SHOPWARE_CLIENT_SECRET": "<your SHOPWARE_CLIENT_SECRET>",
"SHOPWARE_MCP_ALLOW_WRITE": "<your SHOPWARE_MCP_ALLOW_WRITE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopware-mcp": {
"command": "npx",
"args": [
"-y",
"shopware-mcp"
],
"env": {
"SHOPWARE_URL": "<your SHOPWARE_URL>",
"SHOPWARE_CLIENT_ID": "<your SHOPWARE_CLIENT_ID>",
"SHOPWARE_CLIENT_SECRET": "<your SHOPWARE_CLIENT_SECRET>",
"SHOPWARE_MCP_ALLOW_WRITE": "<your SHOPWARE_MCP_ALLOW_WRITE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"shopware-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shopware-mcp"
],
"env": {
"SHOPWARE_URL": "<your SHOPWARE_URL>",
"SHOPWARE_CLIENT_ID": "<your SHOPWARE_CLIENT_ID>",
"SHOPWARE_CLIENT_SECRET": "<your SHOPWARE_CLIENT_SECRET>",
"SHOPWARE_MCP_ALLOW_WRITE": "<your SHOPWARE_MCP_ALLOW_WRITE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopware-mcp": {
"command": "npx",
"args": [
"-y",
"shopware-mcp"
],
"env": {
"SHOPWARE_URL": "<your SHOPWARE_URL>",
"SHOPWARE_CLIENT_ID": "<your SHOPWARE_CLIENT_ID>",
"SHOPWARE_CLIENT_SECRET": "<your SHOPWARE_CLIENT_SECRET>",
"SHOPWARE_MCP_ALLOW_WRITE": "<your SHOPWARE_MCP_ALLOW_WRITE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopware-mcp": {
"command": "npx",
"args": [
"-y",
"shopware-mcp"
],
"env": {
"SHOPWARE_URL": "<your SHOPWARE_URL>",
"SHOPWARE_CLIENT_ID": "<your SHOPWARE_CLIENT_ID>",
"SHOPWARE_CLIENT_SECRET": "<your SHOPWARE_CLIENT_SECRET>",
"SHOPWARE_MCP_ALLOW_WRITE": "<your SHOPWARE_MCP_ALLOW_WRITE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bnymnDev%2Fshopware-mcp)<a href="https://mcptoplist.com/server/io.github.bnymnDev%2Fshopware-mcp"><img src="https://mcptoplist.com/badge/io.github.bnymnDev%2Fshopware-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
bnymnDev
Available versions (9)
| Version | Published |
|---|---|
| 0.7.0 | Sep 13, 2026 |
| 0.6.0 | Sep 13, 2026 |
| 0.5.0 | Sep 13, 2026 |
| 0.4.0 | Sep 13, 2026 |
| 0.3.1 | Sep 6, 2026 |
| 0.3.0 | Sep 5, 2026 |
| 0.2.1 | Sep 4, 2026 |
| 0.2.0 | Sep 3, 2026 |
| 0.1.1 | Sep 3, 2026 |
Frequently asked questions
- Who maintains Shopware MCP Server?
- Shopware MCP Server is maintained by bnymnDev, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Shopware MCP Server listed on the Official MCP Registry?
- Yes — Shopware MCP Server is listed on the Official MCP Registry.
- How many versions does Shopware MCP Server have?
- MCP Toplist tracks 9 versions of Shopware MCP Server, most recently published on Sep 13, 2026.
- Where can I find the source code for Shopware MCP Server?
- The source code for Shopware MCP Server is hosted at github.com/bnymnDev/shopware-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.