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 FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 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
Sylius MCP
🛍️

Sylius MCP MCP Server

Open-source e-commerce platform based on Symfony.

syliussymfonyecommercephp

About

## Sylius MCP Server: PHP Commerce The **Sylius MCP Server** integrates Sylius's Symfony-based e-commerce platform into Google Antigravity, enabling developers to build enterprise PHP commerce solutions through AI-assisted workflows. ### Why Sylius MCP? - **Symfony Framework**: Built on modern PHP with Symfony - **BDD Tested**: Behavior-driven development with high test coverage - **Plugin System**: Extensive plugin architecture - **Multi-Channel**: Built-in multi-channel capabilities - **Open Source**: MIT-licensed with enterprise support ### Key Features #### 1. Product Management ```php // Create product via MCP $product = await $sylius->createProduct([ "code" => "SYLIUS-001", "translations" => [ "en_US" => [ "name" => "Sylius Product", "slug" => "sylius-product", "description" => "Built with Sylius" ] ], "channels" => ["web_us"], "taxons" => ["electronics"] ]); // Add variant await $sylius->createVariant([ "product" => $product["code"], "code" => "SYLIUS-001-SM", "channelPricings" => [ "web_us" => ["price" => 9999] ], "optionValues" => [ "size" => "small" ] ]); ``` #### 2. Order Processing ```javascript // Get orders const orders = await sylius.getOrders({ state: "new", channel: "web_us" }); // Update order state await sylius.updateOrderState({ orderNumber: orders[0].number, transition: "fulfill" }); // Create shipment await sylius.shipOrder({ orderNumber: orders[0].number, tracking: "TRACK123" }); ``` ### Configuration ```json { "mcpServers": { "sylius": { "command": "npx", "args": ["-y", "@anthropic/mcp-sylius"], "env": { "SYLIUS_API_URL": "https://your-store.com/api/v2", "SYLIUS_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Enterprise PHP Commerce**: Build scalable PHP e-commerce. **B2B Commerce**: Create complex B2B ordering workflows. **Multi-Channel Retail**: Manage multiple sales channels. The Sylius MCP Server brings Symfony-powered commerce to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "sylius": {}
  }
}

How to Use

    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