MCP server
Shopify Dev MCP
Live Shopify docs and GraphQL schema lookup while you build an app.
Add it to your client
OfficialInstall
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.
Similar MCP servers
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Developer ToolsCloud Platforms & Infrastructure
Meilisearch MCP
MCP serverOperates a Meilisearch instance, not just its search endpoint.
DatabasesSearch Engines & Web
Playwright MCP
MCP serverGives an assistant a real browser to click, type and read pages with
Browsers & AutomationDeveloper Tools
Comments(0)
Sign in to comment