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
Avocode MCP
🔧

Avocode MCP MCP Server

Design handoff and collaboration platform.

avocodedesignexporthandoff

About

## Avocode MCP Server: Design Handoff Automation The **Avocode MCP Server** integrates the design-to-code handoff platform directly into Google Antigravity, enabling AI assistants to extract code, assets, and specifications from design files programmatically. This integration streamlines the design-development workflow by automating the handoff process. ### Why Avocode MCP? - **Multi-Format Support**: Process Sketch, Figma, XD, Photoshop, and Illustrator files in one platform - **Code Generation**: Extract CSS, Swift, Android XML, and React Native code from design layers - **Asset Export**: Automatically export optimized assets in multiple formats and resolutions - **Design Specs**: Generate accurate measurements, colors, and typography specifications - **Version Comparison**: Compare design versions and identify visual differences ### Key Features #### 1. Code Extraction ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Extract the CSS code for this button component from the design file" }], tools=[{ "name": "avocode_code", "description": "Extract code from designs" }] ) ``` #### 2. Asset Export ```python # Export design assets response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Export all icons from this screen as SVG and PNG at 1x, 2x, and 3x" }], tools=[{"name": "avocode_export", "description": "Export design assets"}] ) ``` #### 3. Spec Generation ```python # Generate specifications response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Generate the style guide specifications including colors, fonts, and spacing" }], tools=[{"name": "avocode_specs", "description": "Generate design specs"}] ) ``` #### 4. Version Compare ```python # Compare design versions response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Compare the current design with the previous version and highlight changes" }], tools=[{"name": "avocode_compare", "description": "Compare design versions"}] ) ``` ### Configuration ```json { "mcpServers": { "avocode": { "command": "npx", "args": ["-y", "@anthropic/mcp-avocode"], "env": { "AVOCODE_ACCESS_TOKEN": "your-avocode-access-token" } } } } ``` ### Use Cases **Developer Handoff**: Automate the extraction of code, assets, and specs from design files for developers. **Design System Building**: Extract consistent styles and components to build design system documentation. **Asset Pipeline**: Create automated workflows that export production-ready assets from design updates. **QA Verification**: Compare implementations against design specs for visual quality assurance. The Avocode MCP Server brings design handoff automation directly into your development workflow, eliminating manual extraction tasks.

Installation

Configuration
{
  "mcpServers": {
    "avocode": {}
  }
}

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