{
  "markdown": "# Shopify Dev MCP - AI Agent Plugin\n\nThis 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.\n\n**What you get:**\n\n- Search Shopify docs and API schemas on the fly\n- Generate code for GraphQL Admin API, Storefront API, Functions, Liquid, and more\n- Validate components, GraphQL, and theme files to ensure they're free of hallucinations\n- Build Shopify apps faster with context-aware assistance\n\n## Requirements\n\n* Node.js 18+ with npm/npx available\n* One of the supported agents below\n\n> **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.\n\n## Installation\n\n### GitHub Copilot (VS Code)\n\nOpen the Command Palette (`Cmd+Shift+P`) and run:\n\n```\nChat: Install Plugin From Source\n```\n\nEnter the repository URL: `https://github.com/Shopify/shopify-plugins`\n\nOr use the Copilot CLI:\n\n```bash\ncopilot plugin install Shopify/shopify-plugins\n```\n\n### Gemini CLI\n\n```bash\ngemini extensions install https://github.com/Shopify/shopify-plugins\n```\n\n### Claude Code\n\n```bash\n/plugin marketplace add Shopify/shopify-plugins\n/plugin install shopify-plugin@shopify-plugin\n```\n\n### Cursor\n\nInstall via **Dashboard → Settings → Plugins → Team Marketplaces → Import** and paste:\n\n```\nhttps://github.com/Shopify/shopify-plugins\n```\n\nOr browse for it on [cursor.directory](https://cursor.directory).\n\nWe also recommend [installing the Shopify CLI](https://shopify.dev/docs/api/shopify-cli#installation) to make it easier to build and test your app.\n\n## Usage\n\nOnce installed, you can ask questions and give tasks like:\n\n- \"Create a validation Function requiring minimum 5 items in cart before checkout.\"\n- \"How do I create a product using the Admin API?\"\n- \"Show me an example of a webhook subscription.\"\n- \"What fields are available on the Order object?\"\n\nThe MCP server automatically searches Shopify's documentation to provide accurate responses.\n\n## Resources\n\n- [Shopify Dev MCP documentation](https://shopify.dev/docs/apps/build/devmcp)\n- [Get started with Shopify apps](https://shopify.dev/docs/apps/getting-started)\n- [Scaffold a Shopify app](https://shopify.dev/docs/apps/build/scaffold-app)",
  "bytes": 2375,
  "sha": "752c751877a5bc7a05a60d0f176c55aa4d8766b3f412cb48238bfcba331aec2d",
  "repo_slug": "shopify/shopify-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_shopify_shopify_plugins_shopify_plugin_46125291/readme"
}