Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Shopify's dev-focused MCP server solves the problem every Shopify developer knows: the platform's APIs — Admin GraphQL, Storefront, Functions, Liquid — evolve continuously, and models trained a year ago write confidently against schemas that no longer exist. The @shopify/dev-mcp server grounds your assistant in current Shopify reality.
Its tools are developer-infrastructure rather than store-operations: search official docs, introspect the live Admin GraphQL schema (fields, types, connections as they exist today), and validate generated queries against that schema before they reach your codebase. The result is GraphQL that compiles and Liquid that renders, first try, far more often — schema introspection turns "I think products have a metafields connection shaped like…" into a lookup.
For app and theme builders the workflow is straightforward: keep the server connected while your coding assistant works, and Shopify-specific questions route through real docs and real schemas automatically. Polaris component guidance and Functions patterns come along for the ride.
Note the scope: this is the dev server — it doesn't read or mutate your store's orders and products (community servers and Shopify's storefront-agent tooling cover operational use). No API key is needed for docs and schema work, which makes setup a one-liner and the trust decision trivial. If you ship Shopify apps or themes with AI assistance, this is as close to mandatory as MCP servers get.
validate_graphql_codeblocks over anything the assistant writes. It catches deprecated fields and wrong connection shapes before your dev store answers with a 400 and a vague message.Admin API queries validated against today's schema before they hit code.
Functions, webhooks and auth flows answered from official docs.
Liquid and Polaris guidance that matches current platform behaviour.
| Tool | What it does |
|---|---|
| search_docs_chunks | Search current Shopify developer documentation |
| fetch_full_docs | Read complete docs pages |
| introspect_graphql_schema | Explore the live Admin GraphQL schema |
| validate_graphql_codeblocks | Check generated GraphQL against the real schema |
{
"mcpServers": {
"shopify-dev": {
"command": "npx",
"args": ["-y", "@shopify/dev-mcp@latest"]
}
}
}Node.js 18+. No API key or store access needed — it's documentation and schema tooling.
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Turn software procurement research into a conversation — search, compare, and evaluate Marketplace listings.
Airwallex docs, API references and a live sandbox, wired straight into your coding agent.
A full federal and state 1040 calculation pipeline exposed as MCP tools.