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]
[Tool] Paseo · Run any coding agent from your phone, desktop, or terminal. Self-hosted, multi-provider, open source. A local daemon runs the agents on your machine and every client — desktop, mobile, web, CLI — connects to it, with the native mobile app at full feature parity with desktop.
tool · claudekit.io / tools / paseo
[02]
[Tool] Orca · Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. It runs each agent in an isolated git worktree, lets you compare outputs side by side, and merge the ones you want. Works with Claude Code, Codex, Grok, and 30+ CLI agents. Available on desktop and mobile.
tool · claudekit.io / tools / orca
[03]
[Skill] Matt Pocock's Skills · Skills For Real Engineers. Straight from Matt Pocock's .claude directory. 20+ agent skills for real engineering — not vibe coding — covering alignment (grilling), specs, TDD, code review, bug diagnosis, and architecture. Install as an editable fork via skills.sh or as a read-only plugin bundle.
tool · claudekit.io / tools / mattpocock-skills
§ 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`.