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. Last commit 9 Sep 2026.

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

Installs / week
pypi · scalably-shopify-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
no recent releases
MIT
License
Python

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 -- uvx scalably-shopify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shopify-mcp": {
      "args": [
        "scalably-shopify-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shopify-mcp]
command = "uvx"
args = ["scalably-shopify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "shopify-mcp": {
      "args": [
        "scalably-shopify-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shopify-mcp": {
      "args": [
        "scalably-shopify-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Shopify MCP

same job, measured the same way
MCP Server Shopify
by aiwerk

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

27 installs/wk local only
Shopify Store Builder MCP
by nazariinalyvaikobs

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

25 installs/wk local only
Shopify
by pipeworx-io

Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01)

36 tools answering
ReplenishRadar
by replenishradar

Shopify + Amazon inventory planning, forecasting & replenishment over MCP (50 tools).

103 installs/wk local only
MCP Shopify
by codespar

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

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

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

64 installs/wk local only
Rakentaja Outlet
by rakentajaoutlet

Finnish e-commerce for electrical & construction supplies. Read-only MCP with 4 tools.

5 tools answering
Gossiper Shopify Admin MCP Server
by gossiper

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

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 pypi package scalably-shopify-mcp.
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 scalably-shopify-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Shopify MCP open source?
Yes — it is published under the MIT licence, written in Python 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.