Shopify MCP Pro
Rank #55,846io.github.den-indance/shopify-mcp-pro
Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04.
Shopify MCP Pro is a Model Context Protocol (MCP) server published by den-indance. It ranks #55,846 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Shopify MCP Pro is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 59,745 of 115,591 servers on MCP Toplist.
Use Shopify MCP Pro
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add shopify-mcp-pro -e "SHOPIFY_STORE_DOMAIN=<your SHOPIFY_STORE_DOMAIN>" -e "SHOPIFY_CLIENT_ID=<your SHOPIFY_CLIENT_ID>" -e "SHOPIFY_CLIENT_SECRET=<your SHOPIFY_CLIENT_SECRET>" -e "SHOPIFY_API_VERSION=<your SHOPIFY_API_VERSION>" -- npx -y @den.dance/shopify-mcp-proReplace each placeholder with your own value before saving.
[mcp_servers.shopify-mcp-pro]
command = "npx"
args = ["-y", "@den.dance/shopify-mcp-pro"]
[mcp_servers.shopify-mcp-pro.env]
SHOPIFY_STORE_DOMAIN = "<your SHOPIFY_STORE_DOMAIN>"
SHOPIFY_CLIENT_ID = "<your SHOPIFY_CLIENT_ID>"
SHOPIFY_CLIENT_SECRET = "<your SHOPIFY_CLIENT_SECRET>"
SHOPIFY_API_VERSION = "<your SHOPIFY_API_VERSION>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopify-mcp-pro": {
"command": "npx",
"args": [
"-y",
"@den.dance/shopify-mcp-pro"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_API_VERSION": "<your SHOPIFY_API_VERSION>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopify-mcp-pro": {
"command": "npx",
"args": [
"-y",
"@den.dance/shopify-mcp-pro"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_API_VERSION": "<your SHOPIFY_API_VERSION>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"shopify-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@den.dance/shopify-mcp-pro"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_API_VERSION": "<your SHOPIFY_API_VERSION>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopify-mcp-pro": {
"command": "npx",
"args": [
"-y",
"@den.dance/shopify-mcp-pro"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_API_VERSION": "<your SHOPIFY_API_VERSION>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopify-mcp-pro": {
"command": "npx",
"args": [
"-y",
"@den.dance/shopify-mcp-pro"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_API_VERSION": "<your SHOPIFY_API_VERSION>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.den-indance%2Fshopify-mcp-pro)<a href="https://mcptoplist.com/server/io.github.den-indance%2Fshopify-mcp-pro"><img src="https://mcptoplist.com/badge/io.github.den-indance%2Fshopify-mcp-pro.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
den-indance
Other servers by den-indance
View all den-indance servers →Available versions (1)
| Version | Published |
|---|---|
| 2.0.4 | May 20, 2026 |
Frequently asked questions
- Who maintains Shopify MCP Pro?
- Shopify MCP Pro is maintained by den-indance, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Shopify MCP Pro listed on the Official MCP Registry?
- Yes — Shopify MCP Pro is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Shopify MCP Pro have?
- MCP Toplist tracks 1 version of Shopify MCP Pro, most recently published on May 20, 2026.
- Where can I find the source code for Shopify MCP Pro?
- The source code for Shopify MCP Pro is hosted at github.com/den-indance/shopify-mcp-pro.