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
Vectornator MCP
📐

Vectornator MCP MCP Server

Vector design app for Apple devices.

vectornatorvectoriosdesign

About

## Vectornator MCP Server: Modern Vector Design The **Vectornator MCP Server** integrates the free, powerful vector design app directly into Google Antigravity, enabling AI assistants to create and manipulate vector graphics on Apple devices programmatically. This integration brings professional vector capabilities to your workflow at no cost. ### Why Vectornator MCP? - **Completely Free**: Full-featured professional vector editor with no subscription fees - **Apple Ecosystem**: Native app for Mac, iPad, and iPhone with iCloud sync - **Modern Interface**: Intuitive, gesture-friendly design optimized for touch and stylus - **Powerful Tools**: Professional pen tool, auto-trace, typography, and boolean operations - **Format Support**: Import and export SVG, PDF, PNG, and major design formats ### Key Features #### 1. Vector Creation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a new vector illustration document with standard artboard sizes" }], tools=[{ "name": "vectornator_create", "description": "Create vector documents" }] ) ``` #### 2. Shape Operations ```python # Manipulate vector shapes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Apply boolean union to combine these overlapping shapes into a single path" }], tools=[{"name": "vectornator_shapes", "description": "Vector operations"}] ) ``` #### 3. Export Options ```python # Export in various formats response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Export this logo as SVG for web and PDF for print" }], tools=[{"name": "vectornator_export", "description": "Export artwork"}] ) ``` #### 4. Auto-Trace ```python # Convert raster to vector response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Auto-trace this bitmap image and convert to editable vector paths" }], tools=[{"name": "vectornator_trace", "description": "Auto-trace images"}] ) ``` ### Configuration ```json { "mcpServers": { "vectornator": { "command": "npx", "args": ["-y", "@anthropic/mcp-vectornator"], "env": { "VECTORNATOR_PATH": "/Applications/Vectornator.app" } } } } ``` ### Use Cases **Icon Design**: Create and export scalable vector icons for web and mobile applications. **Logo Creation**: Design professional logos with precise vector control and typography. **Illustration**: Create vector illustrations for marketing and product materials. **Image Vectorization**: Convert raster images to editable vector artwork with auto-trace. The Vectornator MCP Server brings free professional vector design directly into your development workflow, enabling high-quality graphics creation on Apple devices.

Installation

Configuration
{
  "mcpServers": {
    "vectornator": {}
  }
}

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