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
Inkscape MCP
✒️

Inkscape MCP MCP Server

Open-source vector graphics editor.

inkscapevectorsvgopensource

About

## Inkscape MCP Server: Vector Graphics Automation The **Inkscape MCP Server** integrates the powerful open-source vector graphics editor directly into Google Antigravity, enabling AI assistants to create, manipulate, and convert vector artwork programmatically. This integration brings professional SVG editing capabilities to your development workflow. ### Why Inkscape MCP? - **SVG Native**: Industry-leading SVG support with full specification compliance - **Command-Line Interface**: Powerful CLI for scripted operations and batch processing - **Format Conversion**: Convert between vector formats including SVG, PDF, EPS, and more - **Path Operations**: Boolean operations, path effects, and advanced vector manipulation - **Extension System**: Extensible architecture with Python scripting support ### Key Features #### 1. SVG Manipulation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Open this SVG icon and change all fill colors to match our brand color #4A90D9" }], tools=[{ "name": "inkscape_edit", "description": "Edit vector graphics" }] ) ``` #### 2. Format Conversion ```python # Convert vector formats response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert this SVG file to PDF and PNG at 300 DPI for print" }], tools=[{"name": "inkscape_convert", "description": "Convert vector formats"}] ) ``` #### 3. Batch Operations ```python # Process multiple files response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Resize all SVG icons to 24x24 viewBox and optimize for web" }], tools=[{"name": "inkscape_batch", "description": "Batch process vectors"}] ) ``` #### 4. Path Operations ```python # Manipulate vector paths response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert text to paths and unite overlapping shapes in this logo" }], tools=[{"name": "inkscape_paths", "description": "Vector path operations"}] ) ``` ### Configuration ```json { "mcpServers": { "inkscape": { "command": "npx", "args": ["-y", "@anthropic/mcp-inkscape"], "env": { "INKSCAPE_PATH": "/usr/bin/inkscape" } } } } ``` ### Use Cases **Icon Processing**: Batch process icon sets for consistent sizing, colors, and optimization. **Print Preparation**: Convert vector artwork to print-ready formats with proper color handling. **SVG Optimization**: Clean and optimize SVG files for web performance. **Asset Generation**: Create resolution-independent assets for web and mobile applications. The Inkscape MCP Server brings professional vector graphics automation directly into your development workflow, enabling scalable artwork manipulation.

Installation

Configuration
{
  "mcpServers": {
    "inkscape": {}
  }
}

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