Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Shopify Dev MCP logo
MCP server

Shopify Dev MCP

Live Shopify docs and GraphQL schema lookup while you build an app.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @shopify/dev-mcp@latest
mcpServers
{
  "mcpServers": {
    "shopify-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp@latest"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Not required
License
ISC
Tools
learn_shopify_apisearch_docs_chunksintrospect_graphql_schema

This one does not touch a merchant's store: it serves Shopify's developer surface so generated code matches the current API instead of stale training data. The assistant learns which APIs exist, searches documentation chunks, and introspects the GraphQL schema for the Admin, Storefront, Customer, Partner and Function APIs. Because it only reads public developer resources, the local process needs no credentials at all. One npx line adds it to any MCP client.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?