Does Shopify have an MCP server?

Yes Official

Shopify maintains an official MCP server.

Every Shopify store exposes a built-in Storefront MCP endpoint; @shopify/dev-mcp covers app development.

Verified 2026-08-10 against vendor docs
Access
Remote server
Endpoint
https://{shop}.myshopify.com/api/mcp
Category
E-Commerce
The receipts
Vendor-hosted https://{shop}.myshopify.com/api/mcp

A remote server run by Shopify itself — nothing to install. Documented at shopify.dev.

Official package @shopify/dev-mcp

Published on npm. The package page carries the exact launch arguments and required credentials.

Connect it

Hosted by the vendor — no install, connect over HTTP with OAuth or a token.

Add it from the terminal, then restart your session:

terminal
claude mcp add --transport http shopify https://{shop}.myshopify.com/api/mcp

Add --scope user to make it available in every project.

Questions
Does Shopify have an official MCP server?

Yes. Shopify maintains an official MCP server, hosted at https://{shop}.myshopify.com/api/mcp, distributed as @shopify/dev-mcp on npm.

How do I connect Shopify to Claude?

Add https://{shop}.myshopify.com/api/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http shopify https://{shop}.myshopify.com/api/mcp" in Claude Code.

Do I need to install anything to use the Shopify MCP server?

No. It is a remote server hosted by Shopify, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.

How is this verdict verified?

Official Dev MCP npm package (@shopify/dev-mcp, documented at shopify.dev/docs/apps/build/devmcp) plus built-in store-hosted Storefront MCP. The old GitHub repo went private — evidence rests on vendor docs and npm. Seed said COMMUNITY-ONLY. GitHub metadata is refreshed every six hours.

How we know

Official Dev MCP npm package (@shopify/dev-mcp, documented at shopify.dev/docs/apps/build/devmcp) plus built-in store-hosted Storefront MCP. The old GitHub repo went private — evidence rests on vendor docs and npm. Seed said COMMUNITY-ONLY.

  • github data refreshed 2026-08-11, then every 6 hours
  • vendor docs verified on 2026-08-10

Spotted something out of date? Tell us — corrections ship same-day.

Also in E-Commerce

See all E-Commerce servers →