MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation
MCPpedia last refreshed this data
io.github.nazariinalyvaikobs/shopify-store-builder-mcp is an MCP server that MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 53/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-nazariinalyvaikobs-shopify-store-builder-mcp": {
"args": [
"-y",
"shopify-store-builder-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'shopify-store-builder-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked shopify-store-builder-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны.
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals.
MCP Security Weekly
Get CVE alerts and security updates for io.github.nazariinalyvaikobs/shopify-store-builder-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
https://github.com/user-attachments/assets/afd71d46-e8d7-4c06-96dc-094cae3fe5a2
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:
Pick "Other" to print a config entry for any other MCP client.
You need a store on a plan with Admin API access and one of:
Option A: Dev Dashboard app (recommended, tokens auto-refresh)
read_themes, write_themes, read_content, write_content, read_online_store_navigation, write_online_store_navigation.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).
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_…".
| 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 |
npm install
npm run dev # run from source
npm run build # compile to dist/
npm test
ISC