shopify-axi
Provides Shopify development capabilities, including learning Shopify APIs, searching Shopify documentation, and validating Shopify-specific code such as GraphQL queries, Liquid theme files, and app components.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@shopify-axivalidate my theme's sections/hero.liquid"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
shopify-axi
Shopify Dev MCP for agents, built to the AXI conventions.
Wraps @shopify/dev-mcp with TOON output, a cached conversation, file-based validation, and exit codes you can gate on.
Why
The Dev MCP server is built for a chat client, not a shell.
shopify-axi closes the gaps:
Dev MCP as shipped | shopify-axi |
| Mints and caches the conversation locally, so |
| TOON rows with |
Validation takes inline code blocks | Takes file paths or stdin, the form code actually exists in |
Validation reports pass and fail as prose |
|
| Pinned by |
Related MCP server: Shopify Storefront MCP Server
Install
npm install -g shopify-axiOr run it with no install at all: npx -y shopify-axi.
Install the skill so agents reach for it on their own:
npx skills add ./skills/shopify-axi -gOptional ambient context in every agent session:
shopify-axi setup hooksUsage
shopify-axi # home: pinned API, version, next steps
shopify-axi apis # all 21 API surfaces, grouped
shopify-axi learn admin # load an API's instructions and pin it
shopify-axi docs "set a metafield on a product"
shopify-axi docs "cart lines add" --api storefront-graphql -n 3 --full
shopify-axi docs "metaobject definition" --fields # add score and domain columns
shopify-axi validate graphql query.graphql --api admin
cat op.graphql | shopify-axi validate graphql -
shopify-axi validate theme . --file sections/hero.liquid
shopify-axi validate component src/Card.tsx --api polaris-app-home
shopify-axi validate theme . --file sections/hero.liquid --full # untruncated errors
shopify-axi update --checkvalidate exits 1 on any failing block, so it drops straight into a pre-commit hook or CI step:
shopify-axi validate theme . --file sections/hero.liquid || exit 1AXI compliance
$ npx -y axi-axi validate "npx -y shopify-axi" --dir .
summary: 11 pass, 0 fail, 0 warn, 1 skip, 4 advisory (spec axi/1.0-2026-07)The one skip is V12, which runs an npm run skill:check freshness gate.
skills/shopify-axi/SKILL.md is a hand-written discovery stub that points at
--help rather than restating it, so there is nothing to keep fresh.
Exit codes follow the spec: 0 success, 1 error or failing validation,
2 usage error.
Environment
Variable | Effect |
| Override how the Dev MCP server is launched |
| Model name reported to Shopify telemetry (default |
| Where the pinned session is cached (default |
Development
npm install
npm test
npm run build
npm run dev -- docs "how do I create a discount"License
MIT
Related MCP Connectors
- MaShop MCPOAuthapp.mashop
Build, deploy and manage MaShop e-commerce projects from Claude, Cursor or any MCP client.
Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01)
AXL MCP lets AI assistants create and manage landing pages, courses, email campaigns, CRM records, and marketing workflows inside AXL. Built for growing expert businesses, it turns chat requests into real work across sales, marketing, and course delivery. An AXL account is required. Sign in securely with OAuth 2.1. Website: https://axl.tech/developers/mcp . Setup guide: https://docs.axl.tech/mcp . Watch AXL in 77 seconds: pages, courses, CRM, and automation. Product overview: https://www.youtube.com/watch?v=jlhR9CafIww
AI commerce for Shopify: product search, comparison, recommendations, and checkout via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides a standardized MCP interface for interacting with Shopify tools and services, enabling unified API access and compatibility with MCP-compliant clients.1MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to the Shopify Storefront API via MCP, enabling AI assistants to query and interact with Shopify store data such as products, collections, carts, and customer information.-
- AlicenseCqualityDmaintenanceMCP server for Shopify Admin API. Enables product, order, customer, and inventory management via natural language.143 npm1MIT
- AlicenseNot gradedqualityCmaintenanceExposes Shopify Admin API as typed MCP tools for inventory, orders, revenue, and more, enabling Discord-based store management via AI agents.MIT