Loading MCP server directory, please wait...
MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation
npx @getmcp/cli add io.github.nazariinalyvaikobs/shopify-store-builder-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOPIFY_STORE_DOMAINStore domain, e.g. my-store.myshopify.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nazariinalyvaikobs/shopify-store-builder-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-store-builder-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "",
"SHOPIFY_CLIENT_ID": "",
"SHOPIFY_CLIENT_SECRET": "",
"SHOPIFY_ADMIN_ACCESS_TOKEN": ""
}
}
}
}