Shopify Dev MCP - AI Agent Plugin

Connect your AI tools to the Shopify platform.

The Toolkit gives your agent access to Shopify's documentation, API schemas, code validation for building apps, store management through CLI capabilities, and Shopify Flow workflow tooling. For more info, see the docs.

Install

  • For Claude Code: Run these two commands in a chat:

    /plugin marketplace add Shopify/shopify-ai-toolkit
    /plugin install shopify-plugin@shopify-ai-toolkit
    
  • For Cursor: Install from the Cursor Marketplace.

  • For Gemini CLI: Run this command in your terminal:

    gemini extensions install https://github.com/Shopify/shopify-ai-toolkit
    
  • For OpenAI Codex: In the Codex CLI, run /plugins, search for Shopify, and select Add to Codex.

  • For VS Code: Open the Command Palette (CMD+SHIFT+P) and run Chat: Install Plugin From Source.

    Then paste:

    https://github.com/Shopify/shopify-ai-toolkit
    

What you get

  • Docs and API schemas: Search Shopify's documentation and API schemas without leaving your editor
  • Code validation: Validate GraphQL queries, Liquid templates, and UI extensions against Shopify's schemas
  • Store management: Manage your Shopify store through the CLI's store execute capabilities
  • Flow workflows: Search Flow templates and build or update workflows through CLI-backed tooling
  • Auto-updates: The plugin updates automatically as new capabilities are released

Other install methods

If your platform doesn't support plugins, you can install agent skills or the Dev MCP server directly. For instructions, see shopify.dev/docs/apps/build/ai-toolkit.

Contributing

Thanks for your interest but we don't accept pull requests. Any pull requests will be automatically closed.

S
Description
shopify-admin: Write or explain **Admin GraphQL** queries and mutations for apps and integrations that extend the Shopify admin. Use when the user wants to **understand,…; shopify-liquid: Liquid is an open-source templating language created by Shopify. It is the backbone of Shopify themes and is used to load dynamic content on storefronts.…; shopify-dev: Search Shopify developer documentation across all APIs. Use only when no API-specific skill applies.; shopify-storefront-graphql: Use for cust…
Readme MIT 40 MiB
Languages
JavaScript 71.7%
Shell 15.2%
PowerShell 12.2%
Liquid 0.8%