MCP server

Shopify

MCP

Official Shopify Dev MCP. Admin and themes.

Shopify’s own dev MCP. Products, orders, and theme files through Admin GraphQL.

latest·Apache-2.0·Updated this quarter·github.com/Shopify/dev-mcp·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp@latest"
      ]
    }
  }
}

By Shopify

Spec

What the server actually exposes.

  • admin_graphql

    write

    Admin GraphQL against the shop.

  • search_docs

    read

    Shopify.dev docs.

  • theme

    write

    Theme file tools.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

shopify-mcp.mcp/tools

Tools

  • admin_graphql

    Admin GraphQL against the shop.

    write
  • search_docs

    Shopify.dev docs.

    read
  • theme

    Theme file tools.

    write

Last call

{ "ok": true,
  "tool": "admin_graphql",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.