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
Percy MCP
👁️

Percy MCP MCP Server

Visual testing and review platform.

percyvisual-testingscreenshotsregression

About

## Percy MCP Server: Visual Testing and Review Platform The **Percy MCP Server** integrates visual testing and review capabilities into Google Antigravity, enabling automated visual regression detection and streamlined approval workflows for UI changes. ### Why Percy MCP? - **Visual Regression**: Automatically detect visual changes in web applications and components - **Cross-Browser Rendering**: Capture screenshots across multiple browsers for consistency - **Responsive Testing**: Test visual appearance at different viewport sizes automatically - **Review Workflow**: Streamlined approval process for visual changes with team collaboration - **CI/CD Integration**: Block deployments when unapproved visual changes are detected ### Key Features #### 1. Visual Snapshots ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Run Percy snapshots for all pages and compare against baseline" }] ) ``` #### 2. Build Management ```python # Manage builds response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show Percy build status and list pages with detected visual changes" }] ) ``` #### 3. Review Process ```python # Handle reviews response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Approve intentional visual changes in the Button component snapshots" }] ) ``` #### 4. Baseline Updates ```python # Update baselines response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Update Percy baselines for approved design system changes" }] ) ``` ### Configuration ```json { "mcpServers": { "percy": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-percy"], "env": { "PERCY_TOKEN": "your-percy-token", "PERCY_BRANCH": "main" } } } } ``` ### Use Cases **Design System Maintenance**: Ensure component library changes are intentional and reviewed. **Cross-Browser Consistency**: Verify visual consistency across different browsers and platforms. **Responsive Validation**: Test UI appearance at multiple viewport sizes automatically. **Release Quality**: Block releases with unapproved visual changes to maintain quality. The Percy MCP Server ensures visual quality through comprehensive testing, catching unintended UI changes before they reach production.

Installation

Configuration
{
  "mcpServers": {
    "percy": {}
  }
}

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