shopify-store-builder-mcp
Rank #21,414io.github.nazariinalyvaikobs/shopify-store-builder-mcp
MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation
shopify-store-builder-mcp is a Model Context Protocol (MCP) server published by nazariinalyvaikobs. It ranks #21,414 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. shopify-store-builder-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 12, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 94,046 of 115,460 servers on MCP Toplist.
Use shopify-store-builder-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add shopify-store-builder-mcp -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_ADMIN_ACCESS_TOKEN=<your SHOPIFY_ADMIN_ACCESS_TOKEN>" -- npx -y shopify-store-builder-mcpReplace each placeholder with your own value before saving.
[mcp_servers.shopify-store-builder-mcp]
command = "npx"
args = ["-y", "shopify-store-builder-mcp"]
[mcp_servers.shopify-store-builder-mcp.env]
SHOPIFY_STORE_DOMAIN = "<your SHOPIFY_STORE_DOMAIN>"
SHOPIFY_CLIENT_ID = "<your SHOPIFY_CLIENT_ID>"
SHOPIFY_CLIENT_SECRET = "<your SHOPIFY_CLIENT_SECRET>"
SHOPIFY_ADMIN_ACCESS_TOKEN = "<your SHOPIFY_ADMIN_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopify-store-builder-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-store-builder-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_ADMIN_ACCESS_TOKEN": "<your SHOPIFY_ADMIN_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopify-store-builder-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-store-builder-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_ADMIN_ACCESS_TOKEN": "<your SHOPIFY_ADMIN_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"shopify-store-builder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shopify-store-builder-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_ADMIN_ACCESS_TOKEN": "<your SHOPIFY_ADMIN_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopify-store-builder-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-store-builder-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_ADMIN_ACCESS_TOKEN": "<your SHOPIFY_ADMIN_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shopify-store-builder-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-store-builder-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<your SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<your SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<your SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_ADMIN_ACCESS_TOKEN": "<your SHOPIFY_ADMIN_ACCESS_TOKEN>"
}
}
}
}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.nazariinalyvaikobs%2Fshopify-store-builder-mcp)<a href="https://mcptoplist.com/server/io.github.nazariinalyvaikobs%2Fshopify-store-builder-mcp"><img src="https://mcptoplist.com/badge/io.github.nazariinalyvaikobs%2Fshopify-store-builder-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nazariinalyvaikobs
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 12, 2026 |
Frequently asked questions
- Who maintains shopify-store-builder-mcp?
- shopify-store-builder-mcp is maintained by nazariinalyvaikobs, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is shopify-store-builder-mcp listed on the Official MCP Registry?
- Yes — shopify-store-builder-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does shopify-store-builder-mcp have?
- MCP Toplist tracks 1 version of shopify-store-builder-mcp, most recently published on Aug 12, 2026.
- Where can I find the source code for shopify-store-builder-mcp?
- The source code for shopify-store-builder-mcp is hosted at github.com/nazariinalyvaikobs/shopify-store-builder-mcp.