shopify-store-builder-mcp
Provides tools for building and managing Shopify stores, including editing themes, pages, and navigation menus via the Shopify Admin API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@shopify-store-builder-mcpupdate the homepage banner text to 'Grand Opening'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Credentials stay on your machine. The server runs locally and talks directly to Shopify.
Demo
https://github.com/user-attachments/assets/175e5051-b6ec-4201-a33e-d27c68356171
Related MCP server: shopify-mcp
Quick start
https://github.com/user-attachments/assets/175e5051-b6ec-4201-a33e-d27c68356171
npx -y shopify-store-builder-mcp initThe 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 |
| Read store name, domain, plan, currency |
| List installed themes |
| Read a theme file (Liquid, JSON, CSS, JS) |
| Create or update a theme file |
| List store pages |
| Create a page |
| Update a page's title, body, or visibility |
| List navigation menus |
| Update a navigation menu |
Development
npm install
npm run dev # run from source
npm run build # compile to dist/
npm testLicense
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server that integrates with Shopify API, allowing Claude Desktop users to retrieve and manipulate product information from Shopify stores.51MIT
- AlicenseAqualityBmaintenanceMCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation. Covers products, orders, inventory, and customers.5826MIT
- Alicense-qualityDmaintenanceA comprehensive MCP server for Shopify Admin API integration, enabling AI assistants to manage products, orders, customers, inventory, analytics, and more through natural language.1718MIT
- Alicense-qualityDmaintenanceProduction-grade MCP server for the Shopify Admin GraphQL API, exposing typed tools for AI agents to manage products, orders, customers, and more.10MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nazariinalyvaikobs/shopify-store-builder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server