Official Shopify Dev MCP server
## Shopify Dev MCP Server: E-Commerce Development Platform The **Shopify Dev MCP Server** integrates Shopify development tools into Google Antigravity, enabling AI-assisted theme development, app creation, and store customization for the leading e-commerce platform. ### Why Shopify Dev MCP? - **Theme Development**: Build and customize Shopify themes with Liquid templating support - **App Development**: Create Shopify apps with seamless API integration and webhook management - **Storefront API**: Build custom storefronts with the headless commerce Storefront API - **CLI Integration**: Full Shopify CLI support for development, testing, and deployment - **Partner Tools**: Access Shopify Partner dashboard functionality for store management ### Key Features #### 1. Theme Development ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create new Shopify theme section for featured products with customizable settings" }] ) ``` #### 2. App Creation ```python # Build apps response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Scaffold new Shopify app with OAuth authentication and Admin API access" }] ) ``` #### 3. API Integration ```python # Integrate APIs response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Query products using GraphQL Admin API and update inventory levels" }] ) ``` #### 4. Store Management ```python # Manage stores response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Deploy theme changes to development store and preview before publishing" }] ) ``` ### Configuration ```json { "mcpServers": { "shopify-dev": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-shopify-dev"], "env": { "SHOPIFY_API_KEY": "your-api-key", "SHOPIFY_API_SECRET": "your-api-secret", "SHOPIFY_STORE": "your-store.myshopify.com" } } } } ``` ### Use Cases **Theme Customization**: Build and customize Shopify themes to match brand requirements. **App Development**: Create Shopify apps that extend store functionality. **Headless Commerce**: Build custom storefronts with Storefront API integration. **Store Automation**: Automate inventory, orders, and product management tasks. The Shopify Dev MCP Server empowers e-commerce development with comprehensive Shopify platform integration.
{
"mcpServers": {
"shopify-dev": {
"mcpServers": {
"shopify-dev": {
"args": [
"-y",
"@shopify/dev-mcp-server"
],
"command": "npx"
}
}
}
}
}