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
Detox MCP
📱

Detox MCP MCP Server

Gray-box end-to-end testing for mobile apps.

detoxtestingmobilereact-native

About

## Detox MCP Server: React Native End-to-End Testing The **Detox MCP Server** integrates gray-box end-to-end testing for React Native applications into Google Antigravity, enabling reliable mobile app testing with automatic synchronization and AI-assisted test development. ### Why Detox MCP? - **Gray-Box Testing**: Unique approach that monitors app internals for reliable synchronization without flakiness - **React Native Native**: Built specifically for React Native with deep framework integration - **Cross-Platform**: Test both iOS and Android platforms with shared test code - **CI/CD Ready**: Designed for automation with headless execution and parallel testing support - **Real Simulators**: Run tests on actual iOS simulators and Android emulators ### Key Features #### 1. Test Execution ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Run Detox tests on iOS simulator and Android emulator in parallel" }] ) ``` #### 2. Test Development ```python # Create tests response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Generate Detox tests for the onboarding flow with swipe gestures and form input" }] ) ``` #### 3. Element Matching ```python # Find elements response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create element matchers for the settings screen using testID and accessibility labels" }] ) ``` #### 4. Device Control ```python # Control devices response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Test push notification handling by simulating background and foreground states" }] ) ``` ### Configuration ```json { "mcpServers": { "detox": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-detox"], "env": { "DETOX_CONFIGURATION": "ios.sim.release", "DETOX_LOGLEVEL": "verbose" } } } } ``` ### Use Cases **React Native Testing**: Comprehensive e2e testing specifically designed for React Native apps. **Release Validation**: Verify app functionality before App Store and Play Store submissions. **Regression Prevention**: Catch breaking changes in navigation, gestures, and native features. **CI Integration**: Automate mobile testing in CI/CD pipelines with reliable, repeatable results. The Detox MCP Server provides reliable React Native testing, eliminating the flakiness that plagues traditional mobile e2e testing approaches.

Installation

Configuration
{
  "mcpServers": {
    "detox": {}
  }
}

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