The Shopify Dev MCP Server provides tools to interact with Shopify APIs and access documentation resources:
Interact with Shopify APIs: Work with Admin GraphQL API, Polaris components, Shopify Functions, Hydrogen, and Storefront Web Components
Access Documentation: Search across
shopify.devdocumentation usingsearch_dev_docsand retrieve specific documentation withfetch_docs_by_pathExplore Admin GraphQL Schema: Use
introspect_admin_schemato filter and search relevant parts of the Admin API schemaGet Started Guides: Use
learn_shopify_apifor up-to-date API instructions andget_startedto understand which APIs best fit your needsDevelopment Assistance: Get help writing GraphQL operations and generating valid code blocks for various APIs
Configuration Options: Opt-in for experimental Polaris Web Components with the
POLARIS_UNIFIEDflag and disable usage tracking withOPT_OUT_INSTRUMENTATION
Enables introspection and searching of the Shopify Admin GraphQL schema, with specialized support for writing GraphQL operations against the Shopify Admin API.
Provides tools for searching Shopify.dev documentation and introspecting the Shopify Admin GraphQL schema. Includes a specialized prompt for writing GraphQL operations for the Shopify Admin API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Shopify Dev MCPlist my recent orders from the Admin GraphQL API"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.