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
Magento 2 Official MCP Server
shopping-bag

Magento 2 Official MCP Server MCP Server

Official Magento 2 e-commerce integration

magentoecommerceadobeshopofficial

About

## Magento 2 Official MCP Server: Enterprise Commerce The **Magento 2 Official MCP Server** integrates Adobe Commerce (Magento) into Google Antigravity, enabling developers to manage enterprise e-commerce operations through AI-assisted store management. ### Why Magento 2 MCP? - **Enterprise Ready**: Built for large-scale B2B and B2C commerce - **Customizable**: Extensive customization with extensions - **Multi-Store**: Manage multiple storefronts from one backend - **PWA Studio**: Build progressive web app storefronts - **Adobe Integration**: Connect with Adobe Experience Cloud ### Key Features #### 1. Product Management ```javascript // Create product const product = await magento.createProduct({ product: { sku: "PROD-001", name: "Enterprise Product", price: 299.99, status: 1, visibility: 4, type_id: "simple", attribute_set_id: 4, weight: 1.0, extension_attributes: { stock_item: { qty: 100, is_in_stock: true } } } }); // Update product await magento.updateProduct({ sku: "PROD-001", product: { price: 249.99, custom_attributes: [ { attribute_code: "special_price", value: "199.99" } ] } }); // Get products by category const products = await magento.getProducts({ searchCriteria: { filter_groups: [ { filters: [{ field: "category_id", value: "10", condition_type: "eq" }] } ] } }); ``` #### 2. Order and Customer Management ```javascript // Get orders const orders = await magento.getOrders({ searchCriteria: { filter_groups: [ { filters: [{ field: "status", value: "pending", condition_type: "eq" }] } ] } }); // Create shipment await magento.createShipment({ orderId: 123, items: [{ order_item_id: 456, qty: 1 }], tracks: [ { carrier_code: "ups", title: "UPS", track_number: "1Z999..." } ] }); // Create invoice await magento.createInvoice({ orderId: 123, capture: true }); ``` ### Configuration ```json { "mcpServers": { "magento": { "command": "npx", "args": ["-y", "@anthropic/mcp-magento"], "env": { "MAGENTO_BASE_URL": "https://your-store.com", "MAGENTO_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Enterprise Commerce**: Manage large-scale e-commerce operations. **B2B Sales**: Configure customer-specific pricing and catalogs. **Multi-Store**: Manage multiple brands from one installation. The Magento 2 MCP Server brings enterprise commerce to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "magento": {
      "mcpServers": {
        "magento2": {
          "env": {
            "MAGENTO_URL": "https://yourstore.com",
            "MAGENTO_ACCESS_TOKEN": "YOUR_TOKEN"
          },
          "args": [
            "-y",
            "@boldcommerce/magento2-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Magento Admin API token
  2. 2Configure store URL
  3. 3Supports products, orders, customers

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