Shopware MCP

A Shopware 6 shop is about two hundred entities behind one Admin API. Ask an assistant "is everything okay with the shop?" and the honest answer takes seven searches with Criteria filters, three state machines by their technical names, a couple of aggregations, and an OAuth token it must never repeat back to you. It runs locally over stdio via the published package.

People who work with admin api, ecommerce and shopware and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 56 · #3 OF 52 MAINTAINED E-COMMERCE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Shopware MCP

before you install - you'll need

Set SHOPWARE_URL, SHOPWARE_CLIENT_ID, SHOPWARE_CLIENT_SECRET, SHOPWARE_MCP_HTTP_TOKEN before connecting.

Claude Code

claude mcp add bnymndev-shopware-mcp -- npx -y shopware-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "bnymndev-shopware-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopware-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-09-03 - young repo, little track record yet

license MIT - declared in the repository

npm package shopware-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.bnymnDev is GitHub-verified and matches the repo owner

03 · What Shopware MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.0 · 2026-09-13

Three new tools, a sixteenth audit check and the intro video. · - order_documents_bulk_create generates one document type for up to fifty orders in one request: the given orders, or by default the paid, not cancelled…

v0.6.0 · 2026-09-13

A product picture from a URL, the shop's trading settings, and an extension pack for FroshTools. · product_cover_set gives a product a cover image from a public URL (the shop downloads it) or from base64 bytes: media…

v0.5.0 · 2026-09-13

A stock forecast, aggregations for any entity, two more audit checks, the audit and the sales report on the command line, three more hosts for init. · stock_forecast lists the products that run out within a horizon at…

04 · Who maintains Shopware MCP

shopware-mcp is maintained by bnymndev. It's the only MCP server we track from this author; the repo dates to Sep 2026.

05 · Facts

category
e-commerce - ranked #3 of 52 actively-maintained e-commerce servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-13)
registry
io.github.bnymnDev/shopware-mcp (active, first published 2026-09-03 · 9 versions)
packages
npm:shopware-mcp

06 · Shopware MCP FAQ

What is Shopware MCP?

A Shopware 6 shop is about two hundred entities behind one Admin API. Ask an assistant "is everything okay with the shop?" and the honest answer takes seven searches with Criteria filters, three state machines by their technical names, a couple of aggregations, and an OAuth token it must never repeat back to you. It runs locally over stdio via the published package.

Is Shopware MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Shopware MCP?

Run `npx -y shopware-mcp`. The README documents 4 environment variables (SHOPWARE_URL, SHOPWARE_CLIENT_ID, SHOPWARE_CLIENT_SECRET…) to set first. Set SHOPWARE_URL, SHOPWARE_CLIENT_ID, SHOPWARE_CLIENT_SECRET, SHOPWARE_MCP_HTTP_TOKEN before connecting. You can also paste the ready-made client config above.

Does Shopware MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Shopware MCP

More e-commerce MCP servers · Catalog CLI Pro · Canopy API · Tienda Nube · Vtex

More TypeScript MCP servers · Affiliate Networks MCP · Open Brain · Crazy SEO · Boostu Teamleader MCP · My Pi · see all