Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Shopify Dev
code

Shopify Dev MCP Server

Official Shopify Dev MCP server

shopifydevelopmentapidocumentation

About

## 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.

Installation

Configuration
{
  "mcpServers": {
    "shopify-dev": {
      "mcpServers": {
        "shopify-dev": {
          "args": [
            "-y",
            "@shopify/dev-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. No authentication required
  2. 22. Search Shopify documentation
  3. 33. Explore API schemas and build Functions

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers