mcpbeat Sign in

Shopify MCP Server

local only

Shopify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 8 Jun 2026.

MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation.

Installs per day peak 15 · avg 7 · +0% w/w
a month agotoday
32
Installs / week
npm · @miller-joe/shopify-mcp
0
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Shopify MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add shopify-mcp -- npx -y @miller-joe/shopify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shopify-mcp": {
      "args": [
        "-y",
        "@miller-joe/shopify-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shopify-mcp]
command = "npx"
args = ["-y", "@miller-joe/shopify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "shopify-mcp": {
      "args": [
        "-y",
        "@miller-joe/shopify-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shopify-mcp": {
      "args": [
        "-y",
        "@miller-joe/shopify-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SHOPIFY_STORE (Store domain, e.g. 'my-store' or 'my-store.myshopify.com'), SHOPIFY_ACCESS_TOKEN (Admin API access token (shpat_...). See README for how to create a custom app on a dev store.), SHOPIFY_API_VERSION (Shopify GraphQL Admin API version (default: 2026-04)), COMFYUI_URL (ComfyUI HTTP URL for bridge tools. When unset, generate_* bridge tools are disabled.), COMFYUI_PUBLIC_URL (Externally-reachable ComfyUI URL (defaults to COMFYUI_URL)), COMFYUI_DEFAULT_CKPT (Default ComfyUI checkpoint filename for bridge tools (default: sd_xl_base_1.0.safetensors)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Shopify MCP

same job, measured the same way
Shopify Admin MCP
by a1-x-tech

MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.

61 installs/wk local only
MCP Shopify
by codespar

MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)

26 installs/wk local only
Gossiper Shopify Admin MCP Server
by gossiper

Control Shopify Admin tasks with agents or via prompt. Ultra slim integration, fast and secure.

answering
Shopify Store Builder MCP
by nazariinalyvaikobs

MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation

31 installs/wk local only
AdCreator AI Ad Headline Generator
by adcreator-ai

Generate 10 conversion-focused ad headlines for a Shopify/e-commerce product. Free, no signup.

3 tools answering
Swell MCP
by devkindhq

Model Context Protocol server for Swell e-commerce platform integration with AI assistants

51 installs/wk local only
C
Docs
by merchinary

Search how-to docs for Merchinary's Shopify Bulk Product Editor and Image Editor apps.

40 installs/wk local only
DSers Official MCP Server
by dsers

Official DSers MCP for dropshipping: import, edit, price, and publish products to Shopify and Wix.

answering

Shopify MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Shopify MCP?
Shopify MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @miller-joe/shopify-mcp was installed 32 times last week.
How do I connect Shopify MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @miller-joe/shopify-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Shopify MCP?
The npm package @miller-joe/shopify-mcp was installed 32 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Shopify MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.