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
Magnolia CMS MCP
🌸

Magnolia CMS MCP MCP Server

Enterprise digital experience platform.

magnoliaenterprisedxpjava

About

## Magnolia CMS MCP Server: Enterprise DXP The **Magnolia CMS MCP Server** integrates Magnolia CMS into Google Antigravity, enabling enterprise digital experience management with visual editing, personalization, and headless content delivery directly from your development environment. ### Why Magnolia CMS MCP? - **Enterprise DXP**: Full digital experience platform capabilities - **Visual SPA Editor**: Edit single-page applications visually - **Personalization**: Built-in personalization and targeting - **Multi-Channel**: Deliver to web, mobile, IoT, and more - **Integration Hub**: Connect to marketing and commerce systems ### Key Features #### 1. Content Operations ```python # Get nodes from workspace nodes = await mcp.get_nodes( workspace="website", path="/", depth=2, node_types=["mgnl:page"] ) for node in nodes: print(f"Page: {node['name']} - {node['title']}") # Get single node page = await mcp.get_node( workspace="website", path="/about-us" ) ``` #### 2. Content Management ```python # Create content node = await mcp.create_node( workspace="website", parent_path="/blog", name="new-article", node_type="mgnl:page", properties={ "title": "New Article", "template": "article", "author": "John Doe" } ) # Update content await mcp.update_node( workspace="website", path="/blog/new-article", properties={"title": "Updated Title"} ) # Publish content await mcp.publish( workspace="website", path="/blog/new-article" ) ``` #### 3. Asset Management ```python # Upload asset asset = await mcp.upload_asset( file_path="./images/banner.jpg", folder_path="/images/banners" ) # Get asset metadata metadata = await mcp.get_asset( path="/images/banners/banner.jpg" ) ``` #### 4. REST Delivery ```python # Query via REST delivery endpoint content = await mcp.delivery_query( endpoint="pages", path="/blog", depth=1 ) # Get component content components = await mcp.delivery_query( endpoint="components", path="/header" ) ``` ### Configuration ```json { "mcpServers": { "magnolia": { "command": "npx", "args": ["-y", "@anthropic/mcp-magnolia"], "env": { "MAGNOLIA_BASE_URL": "https://your-magnolia-instance.com", "MAGNOLIA_USER": "your-username", "MAGNOLIA_PASSWORD": "your-password" } } } } ``` ### Use Cases **Enterprise Websites**: Power complex corporate sites with personalization. **Multi-Brand Portals**: Manage multiple brand sites from one platform. **Headless Commerce**: Combine with commerce platforms for rich experiences. **Intranet Portals**: Build employee portals with role-based content. The Magnolia CMS MCP enables enterprise DXP within your development environment.

Installation

Configuration
{
  "mcpServers": {
    "magnolia": {}
  }
}

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