Odel
shopify store builder mcp

shopify store builder mcp

Local
@nazariinalyvaikobs3TypeScriptUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshopify-store-builder-mcpv0.1.1

Run

npx -y shopify-store-builder-mcp

MCP client config

{
  "mcpServers": {
    "shopify-store-builder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopify-store-builder-mcp"
      ]
    }
  }
}