Shopify Dev MCP Server
Developmentstdio
The official Shopify Dev MCP server, built by Shopify, gives AI coding tools direct access to Shopify's developer platform. Agents can search Shopify documentation, explore and introspect the Admin and Storefront GraphQL API schemas, validate GraphQL operations, and scaffold Functions — keeping answers grounded in up-to-date, accurate Shopify APIs.
Connect
Add this configuration to .claude/mcp.json
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp@latest"
]
}
}
}Tools (2)
search_dev_docs
Search Shopify developer documentation for relevant guides and references.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query for Shopify dev documentation"
}
}
}introspect_admin_schema
Introspect the Shopify Admin GraphQL API schema for types, queries, and mutations.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Term or type name to look up in the Admin GraphQL schema"
}
}
}Resources
This server does not expose any resources.
Prompts
This server does not expose any prompts.
Server Information
- Author
- Shopify (@Shopify)
- Repository
- https://github.com/Shopify/dev-mcp
- License
- MIT
- Stars
- 0
- Last Updated
- June 12, 2026