mcpbeat Sign in

MCP Server Shopify

local only

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

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

Installs per day peak 18 · avg 7 · +126% w/w
a month agotoday
54
Installs / week
npm · @aiwerk/mcp-server-shopify
0
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: SHOPIFY_STORE_DOMAIN (Your store domain, e.g. my-store.myshopify.com.), SHOPIFY_CLIENT_ID (Shopify app/client ID for the Admin API.), SHOPIFY_CLIENT_SECRET (Shopify app/client secret for the Admin API.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Shopify

same job, measured the same way
MCP Shopify
by codespar

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

26 installs/wk local only
Shopify Admin MCP
by a1-x-tech

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

61 installs/wk local only
Shopify Admin
by mcparmory

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

268 installs/wk local only
Api2cart
by api2cart

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

answering
MCP Vtex
by codespar

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

26 installs/wk local only
Shopify MCP
by scalably

Read-only Shopify Admin GraphQL MCP: query, introspect, bulk export, ShopifyQL. 6 tools.

local only
Nuvemshop
by mcp-dir

Nuvemshop (Tiendanube) e-commerce platform, your store's products, orders, customers, categories and

24 tools 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

MCP Server Shopify — questions

Answers built from our own checks of this server.

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