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
TestCafe MCP
☕

TestCafe MCP MCP Server

Cross-browser end-to-end testing tool.

testcafetestinge2eautomation

About

## TestCafe MCP Server: Cross-Browser End-to-End Testing The **TestCafe MCP Server** integrates the TestCafe testing framework into Google Antigravity, enabling cross-browser end-to-end testing without WebDriver dependencies through AI-assisted test development. ### Why TestCafe MCP? - **No WebDriver**: Works directly with browsers without WebDriver installation or configuration - **Automatic Waiting**: Built-in smart waiting eliminates flaky tests from timing issues - **Multi-Browser**: Test on Chrome, Firefox, Safari, Edge, and even mobile browsers - **TypeScript Native**: First-class TypeScript support with excellent IDE integration - **Parallel Testing**: Run tests in parallel across multiple browsers simultaneously ### 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 TestCafe tests on Chrome and Firefox in parallel with video recording" }] ) ``` #### 2. Test Development ```python # Create tests response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Generate TestCafe test for user login with email and password validation" }] ) ``` #### 3. Page Objects ```python # Build page objects response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create TestCafe page object model for the checkout flow pages" }] ) ``` #### 4. Debugging ```python # Debug tests response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Analyze failed test screenshots and identify why element was not found" }] ) ``` ### Configuration ```json { "mcpServers": { "testcafe": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-testcafe"], "env": { "TESTCAFE_BROWSERS": "chrome,firefox", "TESTCAFE_CONCURRENCY": "3" } } } } ``` ### Use Cases **Cross-Browser Testing**: Verify application works correctly across all target browsers. **Regression Testing**: Automate regression tests for continuous quality assurance. **CI/CD Integration**: Add reliable e2e tests to deployment pipelines. **Mobile Web Testing**: Test responsive designs on mobile browser emulations. The TestCafe MCP Server provides reliable cross-browser testing without the complexity of WebDriver setup and maintenance.

Installation

Configuration
{
  "mcpServers": {
    "testcafe": {}
  }
}

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