MCP server

Shopify
MCPOfficial Shopify Dev MCP. Admin and themes.
Shopify’s own dev MCP. Products, orders, and theme files through Admin GraphQL.
latest·Apache-2.0·Updated this quarter·github.com/Shopify/dev-mcp·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp@latest"
]
}
}
}By Shopify
Spec
What the server actually exposes.
admin_graphql
writeAdmin GraphQL against the shop.
search_docs
readShopify.dev docs.
theme
writeTheme file tools.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
shopify-mcp.mcp/tools
Tools
- write
admin_graphql
Admin GraphQL against the shop.
- read
search_docs
Shopify.dev docs.
- write
theme
Theme file tools.
Last call
{ "ok": true,
"tool": "admin_graphql",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
