mcpbeat Sign in

Shopify Admin MCP Server

local only

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

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

Installs per day peak 503 · avg 16
a month agotoday
644
Installs / week
npm · mcp-shopify-admin
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Shopify Admin 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 mcp-shopify-admin -- npx -y mcp-shopify-admin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-shopify-admin": {
      "args": [
        "-y",
        "mcp-shopify-admin"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-shopify-admin]
command = "npx"
args = ["-y", "mcp-shopify-admin"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-shopify-admin": {
      "args": [
        "-y",
        "mcp-shopify-admin"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-shopify-admin": {
      "args": [
        "-y",
        "mcp-shopify-admin"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Shopify Admin MCP

same job, measured the same way
MCP Shopify
by codespar

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

39 installs/wk local only
MCP Server Shopify
by aiwerk

Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).

82 installs/wk local only
A1 Yandex KIT MCP
by gistrec

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

80 installs/wk local only
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

41 installs/wk local only
Shopify Admin
by mcparmory

Manage products, orders, customers, inventory, and store configuration

336 installs/wk local only
Api2cart
by api2cart

Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

answering
Shopify MCP
by miller-joe

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

59 installs/wk local only
Walmart
by markswendsen-code

MCP server for Walmart - search products, manage cart, track orders

89 installs/wk local only

Shopify Admin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Shopify Admin MCP?
Shopify Admin 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 mcp-shopify-admin was installed 644 times last week.
How do I connect Shopify Admin 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 mcp-shopify-admin straight from npm; nothing to host, nothing to sign up for.
How many people use Shopify Admin MCP?
The npm package mcp-shopify-admin was installed 644 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Shopify Admin 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.