content
Shopify MCP Server
Manage your Shopify store from Claude Code. Product CRUD, customer management, and order queries through the GraphQL Admin API.
Pricing: free — Free and open source. Requires a Shopify store with a custom app for API access.
Features
- Full product CRUD with variants and SEO fields
- Customer management with search and tagging
- Order querying with filtering and status
- GraphQL Admin API integration
- Bulk variant management with pricing
- Collection management
- OAuth client credentials support
Setup Instructions
1. Create a custom app in your Shopify admin under Settings > Apps and sales channels > Develop apps
2. Configure the required API scopes (products, customers, orders)
3. Install the app and copy the Admin API access token
4. Add to your Claude MCP settings:
``
json
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": ["shopify-mcp", "--accessToken", "YOUR_TOKEN", "--domain", "YOUR_SHOP.myshopify.com"]
}
}
}
``
5. Restart Claude and verify the connectionAdded: 2026-03-01