Shopify Admin API

v1.0.8Business Applicationsstable

MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation. Covers products, orders, inventory, and customers.

mcpmcp-servershopifytypescriptmodel-context-protocol
Share:
209
Stars
0
Downloads
0
Weekly
0/5

What is Shopify Admin API?

Shopify Admin API is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for shopify admin api with a comfyui bridge for ai product image generation. covers products, orders, inventory, and customers.

MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation. Covers products, orders, inventory, and customers.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • get-products
  • get-products-by-collection
  • get-products-by-ids
  • get-variants-by-ids
  • get-customers

Use Cases

E-commerce platform integration
Store management automation
Product and order management
GeLi2001

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.8
UpdatedMay 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y shopify-mcp

Manual Installation

npx -y shopify-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Shopify Admin API

shopify-mcp is a Model Context Protocol server that connects AI assistants to the Shopify Admin API via GraphQL, enabling natural language management of products, customers, orders, inventory, metafields, and draft orders across your Shopify store. It exposes 31 tools covering the full breadth of day-to-day store operations — from querying products and customer records to processing refunds, managing fulfillments, and setting inventory quantities at specific locations. The server includes a ComfyUI bridge for AI-powered product image generation, making it suitable for both operational store management and creative product catalog work.

Prerequisites

  • Node.js 18+ and npm installed
  • A Shopify store with Admin API access
  • Shopify OAuth credentials: SHOPIFY_CLIENT_ID and SHOPIFY_CLIENT_SECRET (or a static SHOPIFY_ACCESS_TOKEN)
  • Your store's myshopify.com domain (MYSHOPIFY_DOMAIN)
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Create a Shopify app in the Partner Dashboard

Go to partners.shopify.com, create a custom app for your store, and note the Client ID and Client Secret. Alternatively, generate a static Admin API access token from your Shopify Admin under Settings > Apps.

2

Install the server and verify it works

Run the server via npx with your credentials to verify the connection. Pass your store domain without 'https://'.

npx shopify-mcp \
  --clientId YOUR_CLIENT_ID \
  --clientSecret YOUR_CLIENT_SECRET \
  --domain your-store.myshopify.com
3

Add to Claude Desktop configuration

Configure the server in claude_desktop_config.json using environment variables for credentials.

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": ["-y", "shopify-mcp"],
      "env": {
        "SHOPIFY_CLIENT_ID": "your_client_id",
        "SHOPIFY_CLIENT_SECRET": "your_client_secret",
        "MYSHOPIFY_DOMAIN": "your-store.myshopify.com",
        "SHOPIFY_API_VERSION": "2026-01"
      }
    }
  }
}
4

Alternative: Add via Claude Code CLI

If using Claude Code, you can add the Shopify MCP server directly from the command line.

claude mcp add shopify -- npx shopify-mcp \
  --clientId YOUR_CLIENT_ID \
  --clientSecret YOUR_CLIENT_SECRET \
  --domain your-store.myshopify.com
5

Restart your MCP client and verify tools

Restart Claude Desktop or reload your MCP client. You should have access to 31 Shopify tools covering products, customers, orders, inventory, metafields, and tags.

Shopify Admin API Examples

Client configuration

Add this to claude_desktop_config.json. Use environment variables to keep credentials out of the args array. SHOPIFY_API_VERSION defaults to 2026-01 if not set.

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": ["-y", "shopify-mcp"],
      "env": {
        "SHOPIFY_CLIENT_ID": "your_client_id",
        "SHOPIFY_CLIENT_SECRET": "your_client_secret",
        "MYSHOPIFY_DOMAIN": "your-store.myshopify.com",
        "SHOPIFY_API_VERSION": "2026-01"
      }
    }
  }
}

Prompts to try

These prompts demonstrate product management, order operations, customer queries, and inventory management through the 31 available Shopify tools.

- "Show me all products in the 'Summer Collection' collection with their current inventory levels"
- "Find all orders with financial_status:paid that were placed in the last 7 days"
- "Get the customer record for email [email protected] and show their order history"
- "Create a draft order for 2 units of product variant gid://shopify/ProductVariant/123 and apply a 10% discount"
- "Set the inventory quantity of variant gid://shopify/ProductVariant/456 to 50 at location gid://shopify/Location/789"
- "Issue a full refund for order 5001"

Troubleshooting Shopify Admin API

Authentication fails with 'invalid credentials' or 401 error

Verify your SHOPIFY_CLIENT_ID and SHOPIFY_CLIENT_SECRET match the app registered in the Shopify Partner Dashboard. If using a static token, set SHOPIFY_ACCESS_TOKEN to a token beginning with 'shpat_' instead of the client ID/secret pair. Ensure the app is installed on the target store.

GraphQL query returns empty results or 'resource not found'

Check that your app has the required API scopes enabled. Product queries need read_products, order queries need read_orders, and customer queries need read_customers. Update your app's permissions in the Shopify Partner Dashboard and reinstall the app on your store.

SHOPIFY_API_VERSION causes deprecation warnings or errors

Set SHOPIFY_API_VERSION to a supported version such as '2026-01'. Shopify deprecates older API versions quarterly, so update this value when Shopify announces the end-of-life for older versions.

Frequently Asked Questions about Shopify Admin API

What is Shopify Admin API?

Shopify Admin API is a Model Context Protocol (MCP) server that mcp server for shopify admin api with a comfyui bridge for ai product image generation. covers products, orders, inventory, and customers. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Shopify Admin API?

Install via npm with the command: npx -y shopify-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Shopify Admin API?

Shopify Admin API works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Shopify Admin API free to use?

Yes, Shopify Admin API is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Shopify Admin API Alternatives — Similar Business Applications Servers

Looking for alternatives to Shopify Admin API? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "shopify": { "command": "npx", "args": ["-y", "shopify-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Shopify Admin API?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides