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
Affinity MCP
🔺

Affinity MCP MCP Server

Professional creative software suite.

affinitydesignphotopublisher

About

## Affinity MCP Server: Professional Design Suite The **Affinity MCP Server** integrates Affinity's professional design applications directly into Google Antigravity, enabling AI assistants to work with Affinity Designer, Photo, and Publisher files programmatically. This integration brings professional design capabilities to your development workflow as a powerful Adobe alternative. ### Why Affinity MCP? - **Professional Tools**: Access industry-grade vector, raster, and publishing tools without subscription fees - **Native File Access**: Read and manipulate Affinity native files alongside common formats - **Asset Pipeline**: Extract layers, artboards, and assets from design files for development use - **Cross-Platform**: Work with files from Affinity apps across Mac, Windows, and iPad - **High Performance**: Process large design files efficiently with optimized file handling ### Key Features #### 1. File Analysis ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Analyze this Affinity Designer file and list all artboards with their dimensions" }], tools=[{ "name": "affinity_analyze", "description": "Analyze Affinity files" }] ) ``` #### 2. Asset Export ```python # Export assets from files response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Export all slices from this Affinity Designer file as PNG and SVG" }], tools=[{"name": "affinity_export", "description": "Export design assets"}] ) ``` #### 3. Layer Extraction ```python # Extract layer information response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Extract all text layers with their font specifications and colors" }], tools=[{"name": "affinity_layers", "description": "Extract layer data"}] ) ``` #### 4. Format Conversion ```python # Convert between formats response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert this Affinity Photo file to PSD format preserving layers" }], tools=[{"name": "affinity_convert", "description": "Convert file formats"}] ) ``` ### Configuration ```json { "mcpServers": { "affinity": { "command": "npx", "args": ["-y", "@anthropic/mcp-affinity"], "env": { "AFFINITY_INSTALL_PATH": "/Applications/Affinity Designer.app" } } } } ``` ### Use Cases **Asset Generation**: Automatically export web and mobile assets from Affinity design files. **Design Documentation**: Extract design specifications and generate style documentation. **Batch Processing**: Process multiple design files for asset extraction or format conversion. **Design-Code Sync**: Keep development assets synchronized with the latest design file exports. The Affinity MCP Server brings professional design file processing directly into your development workflow, enabling seamless integration with Affinity's creative suite.

Installation

Configuration
{
  "mcpServers": {
    "affinity": {}
  }
}

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