This plugin connects AI coding agents to the Shopify Dev MCP server, giving them access to Shopify's dev docs, API schemas, and development guidance. Ask questions and build on top of Shopify APIs without leaving your editor or terminal.
What you get:
- Search Shopify docs and API schemas on the fly
- Generate code for GraphQL Admin API, Storefront API, Functions, Liquid, and more
- Validate components, GraphQL, and theme files to ensure they're free of hallucinations
- Build Shopify apps faster with context-aware assistance
- Node.js 18+ with npm/npx available
- One of the supported agents below
First-run note: On first use, npx will download the
@shopify/dev-mcppackage and its dependencies (~3 MB). This takes a few seconds and only happens once per machine.
Open the Command Palette (Cmd+Shift+P) and run:
Chat: Install Plugin From Source
Enter the repository URL: https://github.com/Shopify/Shopify-AI-Toolkit
Or use the Copilot CLI:
copilot plugin install Shopify/Shopify-AI-Toolkit/plugin marketplace add Shopify/Shopify-AI-Toolkit
/plugin install shopify-plugin@shopify-ai-toolkitInstall via Dashboard → Settings → Plugins → Team Marketplaces → Import and paste:
https://github.com/Shopify/Shopify-AI-Toolkit
Or browse for it on cursor.directory.
In the Codex CLI, run /plugins, search for Shopify, and select Add to Codex.
gemini extensions install https://github.com/Shopify/Shopify-AI-ToolkitWe also recommend installing the Shopify CLI to make it easier to build and test your app.
Once installed, you can ask questions and give tasks like:
- "Create a validation Function requiring minimum 5 items in cart before checkout."
- "How do I create a product using the Admin API?"
- "Show me an example of a webhook subscription."
- "What fields are available on the Order object?"
The MCP server automatically searches Shopify's documentation to provide accurate responses.
Thanks for your interest but we don't accept pull requests. Any pull requests will be automatically closed.
If you are a Shopify employee, please open your pull request at Shopify/dev-mcp.