{
  "markdown": "# shopify-store-builder-mcp\n\nMCP 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.\n\nCredentials stay on your machine. The server runs locally and talks directly to Shopify.\n\n## Demo\n\n\nhttps://github.com/user-attachments/assets/afd71d46-e8d7-4c06-96dc-094cae3fe5a2\n\n\n## Quick start\n\nhttps://github.com/user-attachments/assets/175e5051-b6ec-4201-a33e-d27c68356171\n\n```bash\nnpx -y shopify-store-builder-mcp init\n```\n\nThe wizard asks for your store credentials, verifies the connection, and registers the server in the client you pick:\n\n- Claude Code\n- Codex CLI\n- Gemini CLI\n- Claude Desktop\n- Cursor\n- Windsurf\n- VS Code (Copilot)\n\nPick \"Other\" to print a config entry for any other MCP client.\n\n## Getting Shopify credentials\n\nYou need a store on a plan with Admin API access and one of:\n\n**Option A: Dev Dashboard app (recommended, tokens auto-refresh)**\n\n1. Go to [dev.shopify.com/dashboard](https://dev.shopify.com/dashboard) and create an app for your store.\n2. Grant it the scopes: `read_themes`, `write_themes`, `read_content`, `write_content`, `read_online_store_navigation`, `write_online_store_navigation`.\n3. Copy the Client ID and Client Secret from the app's settings.\n\n**Option B: permanent admin access token**\n\nUse an existing `shpat_…` token from a custom app in your store admin (Settings → Apps and sales channels → Develop apps).\n\n## Manual configuration\n\nIf you skip the wizard, add this to your MCP client's config:\n\n```json\n{\n  \"shopify-builder\": {\n    \"command\": \"npx\",\n    \"args\": [\"-y\", \"shopify-store-builder-mcp\"],\n    \"env\": {\n      \"SHOPIFY_STORE_DOMAIN\": \"your-store.myshopify.com\",\n      \"SHOPIFY_CLIENT_ID\": \"…\",\n      \"SHOPIFY_CLIENT_SECRET\": \"…\"\n    }\n  }\n}\n```\n\nOr with a permanent token, replace the client credentials with `\"SHOPIFY_ADMIN_ACCESS_TOKEN\": \"shpat_…\"`.\n\n## Tools\n\n| Tool | What it does |\n|------|--------------|\n| `shop_get_info` | Read store name, domain, plan, currency |\n| `theme_list` | List installed themes |\n| `theme_read_file` | Read a theme file (Liquid, JSON, CSS, JS) |\n| `theme_update_file` | Create or update a theme file |\n| `page_list` | List store pages |\n| `page_create` | Create a page |\n| `page_update` | Update a page's title, body, or visibility |\n| `menu_list` | List navigation menus |\n| `menu_update` | Update a navigation menu |\n\n## Development\n\n```bash\nnpm install\nnpm run dev     # run from source\nnpm run build   # compile to dist/\nnpm test\n```\n\n## License\n\nISC\n",
  "bytes": 2574,
  "sha": "e0a676bf87a4ccc801cb86d7c0c36938cdc707fd583e30348de167cac9417fa4",
  "repo_slug": "nazariinalyvaikobs/shopify-store-builder-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_nazariinalyvaikobs_shopify_sto_6db8955f/readme"
}