shopify
Rank #42,419io.github.AIWerk/mcp-server-shopify
Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).
shopify is a Model Context Protocol (MCP) server published by aiwerk. It ranks #42,419 of 115,591 servers tracked on MCP Toplist. shopify is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 11, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 73,172 of 115,591 servers on MCP Toplist.
Use shopify
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-shopify -e "SHOPIFY_STORE_DOMAIN=<your SHOPIFY_STORE_DOMAIN>" -e "SHOPIFY_CLIENT_ID=<your SHOPIFY_CLIENT_ID>" -e "SHOPIFY_CLIENT_SECRET=<your SHOPIFY_CLIENT_SECRET>" -- npx -y @aiwerk/mcp-server-shopifyReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-shopify]
command = "npx"
args = ["-y", "@aiwerk/mcp-server-shopify"]
[mcp_servers.mcp-server-shopify.env]
SHOPIFY_STORE_DOMAIN = "<your SHOPIFY_STORE_DOMAIN>"
SHOPIFY_CLIENT_ID = "<your SHOPIFY_CLIENT_ID>"
SHOPIFY_CLIENT_SECRET = "<your SHOPIFY_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-shopify": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-shopify"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-shopify": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-shopify"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-shopify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-shopify"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-shopify": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-shopify"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-shopify": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-shopify"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>"
}
}
}
}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.AIWerk%2Fmcp-server-shopify)<a href="https://mcptoplist.com/server/io.github.AIWerk%2Fmcp-server-shopify"><img src="https://mcptoplist.com/badge/io.github.AIWerk%2Fmcp-server-shopify.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
aiwerk
Other servers by aiwerk
- @aiwerk/mcp-server-wheel-size#34,751 · 1 ver
- Wise MCP Server#34,752 · 1 ver
- @aiwerk/mcp-server-vault#35,556 · 1 ver
- @aiwerk/mcp-server-bexio#38,685
- @aiwerk/mcp-server-cal#40,767 · 1 ver
- @aiwerk/mcp-server-clawhub#42,417 · 1 ver
- @aiwerk/mcp-server-imap#42,418 · 1 ver
- mcp-server-smallinvoice#47,444
- @aiwerk/mcp-server-ghl#51,665
- Google Maps MCP Server#64,260
- MCP Catalog#85,988
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 24, 2026 |
Frequently asked questions
- Who maintains shopify?
- shopify is maintained by aiwerk, which publishes 12 MCP servers (7 total versions) tracked on MCP Toplist.
- Is shopify listed on the Official MCP Registry?
- Yes — shopify is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does shopify have?
- MCP Toplist tracks 1 version of shopify, most recently published on Jun 24, 2026.
- Where can I find the source code for shopify?
- The source code for shopify is hosted at github.com/aiwerk/mcp-server-shopify.