Shopify Dev MCP Server
by Shopify
The Shopify Dev MCP Server implements a Model Context Protocol (MCP) server that interacts with Shopify Dev. It supports various tools to interact with different Shopify APIs.
Last updated: N/A
What is Shopify Dev MCP Server?
The Shopify Dev MCP Server is a Model Context Protocol (MCP) server designed to facilitate interaction with Shopify Dev. It provides tools and prompts to access and utilize Shopify APIs, particularly the Admin GraphQL API, within environments like Cursor and Claude Desktop.
How to use Shopify Dev MCP Server?
To use the server, you can run it using npx -y @shopify/dev-mcp@latest. Integrate it into environments like Cursor or Claude Desktop by adding a configuration block specifying the command and arguments to execute the server. Example configurations are provided for both standard and Windows environments.
Key features of Shopify Dev MCP Server
Search Shopify.dev documentation
Access and search Shopify Admin GraphQL schema
Write GraphQL operations for the Shopify Admin API
Integration with Cursor and Claude Desktop
Use cases of Shopify Dev MCP Server
Searching Shopify documentation directly from your IDE
Introspecting the Shopify Admin GraphQL schema for available queries and mutations
Generating GraphQL queries and mutations for interacting with the Shopify Admin API
Developing and testing Shopify apps and integrations
FAQ from Shopify Dev MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It's a protocol for enabling tools to interact with different APIs.
How do I run the server?
How do I run the server?
Use the command npx -y @shopify/dev-mcp@latest.
How do I integrate with Cursor?
How do I integrate with Cursor?
Add the provided configuration block to your Cursor settings.
How do I integrate with Claude Desktop?
How do I integrate with Claude Desktop?
Add the provided configuration block to your Claude Desktop settings.
What if I'm using Windows?
What if I'm using Windows?
Use the alternative configuration provided for Windows environments.