shopify-store-builder-mcp
MCP server that lets AI assistants create and manage Shopify stores - themes, pages, navigation. TypeScript + Shopify Admin GraphQL API.
Install / Use
claude mcp add nazariinalyvaikobs -- npx -y github:nazariinalyvaikobs/shopify-store-builder-mcpIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubshopify-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.
Credentials stay on your machine. The server runs locally and talks directly to Shopify.
Demo
https://github.com/user-attachments/assets/afd71d46-e8d7-4c06-96dc-094cae3fe5a2
Quick start
https://github.com/user-attachments/assets/175e5051-b6ec-4201-a33e-d27c68356171
npx -y shopify-store-builder-mcp init
The wizard asks for your store credentials, verifies the connection, and registers the server in the client you pick:
- Claude Code
- Codex CLI
- Gemini CLI
- Claude Desktop
- Cursor
- Windsurf
- VS Code (Copilot)
Pick "Other" to print a config entry for any other MCP client.
Getting Shopify credentials
You need a store on a plan with Admin API access and one of:
Option A: Dev Dashboard app (recommended, tokens auto-refresh)
- Go to dev.shopify.com/dashboard and create an app for your store.
- Grant it the scopes:
read_themes,write_themes,read_content,write_content,read_online_store_navigation,write_online_store_navigation. - Copy the Client ID and Client Secret from the app's settings.
Option B: permanent admin access token
Use an existing shpat_… token from a custom app in your store admin (Settings → Apps and sales channels → Develop apps).
Manual configuration
If you skip the wizard, add this to your MCP client's config:
{
"shopify-builder": {
"command": "npx",
"args": ["-y", "shopify-store-builder-mcp"],
"env": {
"SHOPIFY_STORE_DOMAIN": "your-store.myshopify.com",
"SHOPIFY_CLIENT_ID": "…",
"SHOPIFY_CLIENT_SECRET": "…"
}
}
}
Or with a permanent token, replace the client credentials with "SHOPIFY_ADMIN_ACCESS_TOKEN": "shpat_…".
Tools
| Tool | What it does |
|------|--------------|
| shop_get_info | Read store name, domain, plan, currency |
| theme_list | List installed themes |
| theme_read_file | Read a theme file (Liquid, JSON, CSS, JS) |
| theme_update_file | Create or update a theme file |
| page_list | List store pages |
| page_create | Create a page |
| page_update | Update a page's title, body, or visibility |
| menu_list | List navigation menus |
| menu_update | Update a navigation menu |
Development
npm install
npm run dev # run from source
npm run build # compile to dist/
npm test
License
ISC
Related Skills
Agent-Reach
76.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
69.7k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
headroom
68.0kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
CowAgent
46.7kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)
