Shopify Store Builder MCP

MCP server for building Shopify stores with AI. Gives Claude Code, Cursor, and other MCP clients tools to edit themes, pages, and navigation on one Shopify store via the Admin GraphQL API. Its 9 documented tools cover theme, page, file, menu. It runs locally over stdio via the published package.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 2 · #18 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Shopify Store Builder MCP

before you install - you'll need

Set SHOPIFY_STORE_DOMAIN, SHOPIFY_CLIENT_ID, SHOPIFY_CLIENT_SECRET before connecting.

Claude Code

claude mcp add nazariinalyvaikobs-shopify-store-builder -- npx -y shopify-store-builder-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-12 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package shopify-store-builder-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.nazariinalyvaikobs is GitHub-verified and matches the repo owner

03 · What Shopify Store Builder MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read store name, domain, plan, currency, list installed themes, read a theme file (Liquid, JSON, CSS, JS), and create or update a theme file.

Capability map

Tools grouped from the project's README - what Shopify Store Builder MCP lets an agent do.

Theme

3 tools - e.g. List installed themes; Read a theme file (Liquid, JSON, CSS, JS); Create or update a theme file

theme_list · theme_read_file · theme_update_file

Page

3 tools - e.g. List store pages; Create a page; Update a page's title, body, or visibility

page_list · page_create · page_update

Menu

2 tools - e.g. List navigation menus; Update a navigation menu

menu_list · menu_update

Shop

1 tool - e.g. Read store name, domain, plan, currency

shop_get_info

04 · Who maintains Shopify Store Builder MCP

shopify-store-builder-mcp is maintained by nazariinalyvaikobs. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
e-commerce - ranked #18 of 39 actively-maintained e-commerce servers as of 2026-08-25.
registry
io.github.nazariinalyvaikobs/shopify-store-builder-mcp (active, first published 2026-08-12)
packages
npm:shopify-store-builder-mcp

06 · Shopify Store Builder MCP FAQ

Is Shopify Store Builder MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Shopify Store Builder MCP do?

With this server connected, an agent can read store name, domain, plan, currency, list installed themes, read a theme file (Liquid, JSON, CSS, JS), and create or update a theme file.

How do I install Shopify Store Builder MCP?

Run `npx -y shopify-store-builder-mcp`. The README documents 3 environment variables (SHOPIFY_STORE_DOMAIN, SHOPIFY_CLIENT_ID, SHOPIFY_CLIENT_SECRET) to set first. Set SHOPIFY_STORE_DOMAIN, SHOPIFY_CLIENT_ID, SHOPIFY_CLIENT_SECRET before connecting. You can also paste the ready-made client config above.

Does Shopify Store Builder MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Shopify Store Builder MCP

More e-commerce MCP servers · OrbiAds - Google Ad Manager · Asohawk · Replenish Radar · Hermes Grocy MCP · Kronan MCP

More TypeScript MCP servers · NEAT · Apple Health · Figma Edit MCP · Dispatch SEO · Heor Agent · see all