shopify-mcp-server
Installation
SKILL.md
Shopify MCP Server
Skill by ara.so — MCP Skills collection.
A production-ready Model Context Protocol (MCP) server that exposes Shopify Admin GraphQL API to AI assistants like Claude Desktop. Provides 40 typed tools for managing products, customers, orders, inventory, metafields, and store operations through a structured interface.
Architecture Overview
The server translates MCP tool calls into Shopify Admin GraphQL operations. It supports:
- Static access tokens (legacy custom apps)
- OAuth client-credentials flow (Dev Dashboard apps)
- Optional Redis token caching
- Structured JSON logging
- Graceful shutdown and error handling
Request flow: MCP Client → Tool Registry → Zod Validation → Shopify GraphQL API → Formatted Response