Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code

Install to Claude Code

/plugin install shopify-plugin@shopify-plugin

Run in Claude Code. Add the marketplace first with /plugin marketplace add Shopify/shopify-plugins if you haven't already.

README.md

Shopify Dev MCP - AI Agent Plugin

This plugin connects AI coding agents to the Shopify Dev MCP server, giving them access to Shopify's developer docs, API schemas, and development guidance. Ask questions and build Shopify apps 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

Requirements

  • 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-mcp package and its dependencies (~3 MB). This takes a few seconds and only happens once per machine.

Installation

GitHub Copilot (VS Code)

Open the Command Palette (Cmd+Shift+P) and run:

Chat: Install Plugin From Source

Enter the repository URL: https://github.com/Shopify/shopify-plugins

Or use the Copilot CLI:

copilot plugin install Shopify/shopify-plugins

Gemini CLI

gemini extensions install https://github.com/Shopify/shopify-plugins

Claude Code

/plugin marketplace add Shopify/shopify-plugins
/plugin install shopify-plugin@shopify-plugin

Cursor

Install via Dashboard → Settings → Plugins → Team Marketplaces → Import and paste:

https://github.com/Shopify/shopify-plugins

Or browse for it on cursor.directory.

We also recommend installing the Shopify CLI to make it easier to build and test your app.

Usage

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.

Resources

Related plugins

Browse all →