Shopify/dev-mcp
Author: Shopify
Description: Model Context Protocol (MCP) server for interacting with Shopify APIs (Admin GraphQL, Functions, optional Polaris).
Stars: 414
Forks: 41
License: ISC License
Category: Enterprise
Overview
Installation
git clone https://github.com/Shopify/dev-mcp.git
cd dev-mcp corepack enable # enables pnpm if you have Node ≥16.10
pnpm install # or npm install / yarn install pnpm run build # or npm run build pnpm start # runs the compiled JS
# or for development with live-reload
pnpm run devlearn_shopify_api
Teaches the LLM about supported Shopify APIs and how to use the MCP server's tools to generate valid code blocks; obtains the latest guidance from shopify.dev.
search_docs_chunks
Searches across all shopify.dev documentation to find relevant chunks matching a query, useful for broad searches though context may be partial due to chunking.
fetch_full_docs
Retrieves complete documentation for specified paths from shopify.dev, giving full context without chunking loss; requires the exact documentation path.
introspect_admin_schema
Provides access to and search capabilities for the Shopify Admin API GraphQL schema.