← All projects
Platform
·BuiltShopify MCP
An MCP server for the Shopify Admin, Storefront, and Partner APIs plus theme management, 332 tools organized into 41 lazy-loaded categories.
MCPTypeScriptShopifyGraphQL
332MCP tools
41categories
62guarded writes
Focus
Shopify GraphQL APIs
Shopify MCP gives agents full, safe access to Shopify: the Admin, Storefront, and Partner APIs plus theme management. Exposing hundreds of tools at once would drown an LLM, so the server starts with three meta-tools and lazy-loads the rest by category on demand. Destructive operations, 62 of them, require an explicit confirm flag before they run.
Highlights
- ▹332 tools in 41 categories, loaded on demand to keep agent context small
- ▹62 destructive tools gated behind an explicit confirm parameter
- ▹Adapts GraphQL queries across Shopify API versions automatically
- ▹TypeScript on the official MCP SDK, with Zod-validated inputs throughout
Built with
TypeScriptMCP SDKZodGraphQL
Source in a private repo