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
InVision MCP
💜

InVision MCP MCP Server

Digital product design platform.

invisiondesignprototypingcollaboration

About

## InVision MCP Server: Design Collaboration Platform The **InVision MCP Server** integrates the design collaboration and prototyping platform directly into Google Antigravity, enabling AI assistants to manage prototypes, collect feedback, and coordinate design workflows programmatically. This integration brings enterprise design collaboration to your development process. ### Why InVision MCP? - **Interactive Prototypes**: Create clickable prototypes with hotspots, transitions, and gestures - **Design Feedback**: Collect and manage stakeholder feedback with comment threads and annotations - **Design System Manager (DSM)**: Access and manage design tokens, components, and documentation - **Freehand Collaboration**: Real-time whiteboarding and collaboration for design ideation - **Inspect Mode**: Extract design specifications, assets, and code snippets for developers ### Key Features #### 1. Prototype Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List all prototypes in the mobile app project and their share links" }], tools=[{ "name": "invision_prototypes", "description": "Manage prototypes" }] ) ``` #### 2. Feedback Collection ```python # Manage design feedback response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get all unresolved comments on the checkout flow prototype" }], tools=[{"name": "invision_comments", "description": "Manage feedback"}] ) ``` #### 3. Asset Extraction ```python # Extract design assets response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Export all assets from this screen with the Inspect specifications" }], tools=[{"name": "invision_inspect", "description": "Extract design specs"}] ) ``` #### 4. DSM Access ```python # Access design system response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get the current color tokens and typography styles from our design system" }], tools=[{"name": "invision_dsm", "description": "Access design system"}] ) ``` ### Configuration ```json { "mcpServers": { "invision": { "command": "npx", "args": ["-y", "@anthropic/mcp-invision"], "env": { "INVISION_API_KEY": "your-invision-api-key" } } } } ``` ### Use Cases **Prototype Reviews**: Automate the collection and tracking of stakeholder feedback on prototypes. **Developer Handoff**: Extract design specifications and assets for implementation. **Design System Sync**: Keep development tokens synchronized with design system definitions. **Project Management**: Track design progress and approval status across projects. The InVision MCP Server brings design collaboration directly into your development workflow, streamlining the design-to-development process.

Installation

Configuration
{
  "mcpServers": {
    "invision": {}
  }
}

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