claudekit / tools / shopify
[ MCP · Development ]

Shopify Dev MCP

Shopify's official MCP server. Search Shopify dev docs, introspect the Admin GraphQL schema, and validate GraphQL, Liquid, and component code from Claude Code.

Shopify/Shopify-AI-Toolkit ·updated
$ claude mcp add --transport stdio shopify-dev-mcp -- npx -y @shopify/dev-mcp@latest copy

Shopify’s official MCP server (now packaged as the Shopify AI Toolkit, Shopify/Shopify-AI-Toolkit).

Why it matters

When an LLM writes Shopify API code from memory, it often invents fields that don’t exist. Connect the Shopify Dev MCP and Claude Code introspects the real docs and GraphQL schema, so it writes validated queries and code.

What you can do

Representative tasks from Shopify’s official docs:

  • Introspect the Admin schema — “What’s the current GraphQL Admin mutation for productCreate?” (live schema, not guessed from training data)
  • Write and validate GraphQL — “Build an Admin API GraphQL query to fetch orders from last week” and validate it
  • Search docs — “Search the Shopify docs for how to register a Shopify Function and scaffold one.”
  • Validate Liquid themes — “Validate this Liquid theme template against Shopify’s schema.”
  • Validate Polaris components — “Build a Polaris UI extension and check the component code is valid.”

Grounded in shopify.dev/docs/apps/build/ai-toolkit.

Key features

  • Docslearn_shopify_api, search_docs_chunks, fetch_full_docs
  • Schemaintrospect_graphql_schema (Admin, Storefront, Functions, etc.)
  • Validationvalidate_graphql_codeblocks, validate_theme_codeblocks, validate_component_codeblocks
  • Supported APIs — Admin GraphQL, Functions, Storefront, Hydrogen, Polaris, Customer, Partner

Setup

claude mcp add --transport stdio shopify-dev-mcp -- npx -y @shopify/dev-mcp@latest

To install as a plugin:

/plugin marketplace add Shopify/shopify-ai-toolkit
/plugin install shopify-plugin@shopify-ai-toolkit

Notes

  • Runs locally and requires no authentication
  • The install count is for the Shopify AI Toolkit plugin on claude.com/plugins (includes 18 development skills)
  • License — MIT (Shopify/Shopify-AI-Toolkit)
  • Usage telemetry is on by default — disable with OPT_OUT_INSTRUMENTATION=true
§ 6

See also

same category · curated
[01]
[Plugin] gstack · Garry Tan's (YC CEO) exact Claude Code setup, packaged as slash commands. Call up roles like CEO, Designer, Eng Manager, QA, and Release Manager in sequence so a solo builder can work like a team.
tool · claudekit.io / tools / gstack
[02]
[MCP] PayPal · PayPal's official remote MCP server and open-source Agent Toolkit. Create invoices, orders, payments, refunds, subscriptions, and handle disputes from Claude Code.
tool · claudekit.io / tools / paypal
[03]
[MCP] Stripe · Stripe's official remote MCP server and the open-source Stripe Agent Toolkit. Create payment links, invoices, refunds, and subscriptions and search the docs from Claude Code.
tool · claudekit.io / tools / stripe
§ 7

Frequently Asked Questions

frequently asked
§ 7.1
What is the Shopify Dev MCP?
Shopify's official MCP server. It lets Claude Code search Shopify dev docs, introspect the Admin GraphQL schema, and validate GraphQL, Liquid, and component code against the real schema. It's now packaged as the Shopify AI Toolkit.
§ 7.2
Where does it work?
It runs as a local stdio server for Claude Code, Cursor, and other clients. It runs via npx and requires no authentication.
§ 7.3
How do I install it?
Run `claude mcp add --transport stdio shopify-dev-mcp -- npx -y @shopify/dev-mcp@latest`. You can also install the plugin: `/plugin marketplace add Shopify/shopify-ai-toolkit` then `/plugin install shopify-plugin@shopify-ai-toolkit`.
§ 7.4
What can I do with it?
Introspect the live Admin GraphQL schema, write and validate GraphQL queries, search the Shopify docs, and validate Liquid theme and Polaris component code. For example: "Build an Admin API GraphQL query to fetch orders from last week."
§ 7.5
What's the license?
The repo (`Shopify/Shopify-AI-Toolkit`) is MIT-licensed. Usage telemetry is sent by default and can be disabled with `OPT_OUT_INSTRUMENTATION=true`.