Shopify AI Toolkit: live docs, API schemas and store commands wired into your coding agent
Updated on August 11, 2026
Shopify AI Toolkit is a set of plugins that connects AI coding tools to the Shopify platform: current documentation, API schemas, code validation and store management through Shopify CLI. Everything is free and open source, published on GitHub. Claude Code, Codex, Cursor, VS Code, Antigravity CLI and Hermes are all supported. The goal is simple: an agent that checks Shopify's actual schemas instead of guessing field names.
- GraphQL and Liquid validation against real schemas
- Auto-updating plugin, one-command install
- Free and open source on GitHub
- Six supported environments, from Claude Code to VS Code
- No draft mode for store operations
- Built for developers first, not merchants
- Terminal comfort required
Shopify AI Toolkit puts an end to made-up API fields
The Shopify AI Toolkit plugs your coding assistant into three resources: Shopify's developer documentation, its API schemas, and a validation layer that checks GraphQL queries, Liquid templates and extensions before anything runs. The agent works from current reference material rather than training-data memory.
Anyone who has built on Shopify with an agent knows the failure mode: a plausible but nonexistent field, then a 422 error. With the Toolkit, the agent reads the schema, writes, checks, fixes. The package also ships 16 agent skills covering the Admin API, Storefront, Liquid and Shopify Functions.
| Building block | What the agent gets | Sample task |
|---|---|---|
| Docs and API schemas | Current reference instead of memory | Picking the right API surface |
| Code validation | GraphQL, Liquid and extensions checked upfront | Catching a nonexistent field |
| Store management | Authenticated commands through Shopify CLI | Updating 200 products in one go |
Store execute: plain-language store operations, minus the safety net
Store management runs through Shopify CLI's authenticated context: the agent prepares an operation, you decide when it fires. You type "apply a 15% discount to the summer collection", it translates that into API calls, validates them, then runs them against your store.
One caution, though: once triggered, a mutation applies immediately, with no draft mode and no undo button (do your first experiments on a development store, nobody wants to discount an entire catalog by accident on a Friday evening). Reviewing every operation before release remains your job.
- Creating and updating products or metafields
- Editing theme files
- Bulk operations across the catalog
- Reports pulled from store data
Installing Shopify AI Toolkit: one command and Node.js 18
The recommended install path is the plugin, which updates itself as Shopify's APIs change. You'll want Node.js 18 or higher plus one of the six supported environments. If you prefer tighter control, manually installed skills or the local Dev MCP server are available, and the docs-and-validation side runs without any authentication.
Nothing to pay on Shopify's end; only your agents' own subscriptions stay on your bill. As with most AI coding assistants, the rule holds: read the diff before shipping, the Toolkit doesn't replace your judgment.
Frequently asked questions
Is the Shopify AI Toolkit free?
Yes, entirely. The Toolkit is published as open source on GitHub and installs at no cost, whether as a plugin, as skills or as a local MCP server. Only the AI tools you connect to it, such as Claude Code or Codex, keep their own subscriptions, billed separately by their publishers.
Can you use the Shopify AI Toolkit without coding knowledge?
Not really: this is infrastructure aimed at developers, and it assumes a terminal plus a coding agent. A technically minded merchant can run plain-language operations once setup is done, but for managing a store without code, Sidekick inside the Shopify admin is the intended route.
Is the Shopify AI Toolkit safe to run on a live store?
Careful here: authorized mutations execute directly on the connected store, with no draft mode and no rollback. Test on a development store and review each operation. Also worth knowing: validated code is sent to Shopify's servers by default, a behavior you can switch off with the OPT_OUT_INSTRUMENTATION variable.
What is the difference between the Shopify AI Toolkit and Sidekick?
Sidekick is the merchant-facing assistant built into the Shopify admin, while the Toolkit lives in your code editor and equips agents like Claude Code or Cursor. The Toolkit actually extends the Dev MCP server, wrapping it in auto-updating plugins for each supported environment.
Verdict: Three building blocks, zero dollars: Shopify agencies and app developers get a serious shortcut here, and hands-on merchants comfortable in a terminal can join in too.
