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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
Hyperbrowser MCP Server
shield

Hyperbrowser MCP Server MCP Server

Cloud browser automation with anti-detection

hyperbrowserstealthanti-detectionscraping

About

## Hyperbrowser MCP Server: AI-Powered Browser Automation The **Hyperbrowser MCP Server** provides intelligent browser automation for Google Antigravity, enabling developers to automate web interactions with AI-powered element detection and natural language commands. ### Why Hyperbrowser MCP? - **AI element detection** - Smart element finding - **Natural language** - Command browsers with text - **Session management** - Persistent browser sessions - **Anti-detection** - Built-in bot protection bypass - **Parallel execution** - Run multiple browsers ### Key Features #### 1. Session Management ```python # Create browser session session = await mcp.call("hyperbrowser", "create_session", { "browser": "chrome", "stealth": True, "viewport": {"width": 1920, "height": 1080} }) print(f"Session: {session[\"id\"]}") # Navigate await mcp.call("hyperbrowser", "navigate", { "session_id": session["id"], "url": "https://example.com" }) ``` #### 2. AI-Powered Interaction ```python # Click using natural language await mcp.call("hyperbrowser", "ai_click", { "session_id": session["id"], "target": "the blue login button" }) # Type using AI detection await mcp.call("hyperbrowser", "ai_type", { "session_id": session["id"], "target": "email input field", "text": "user@example.com" }) # Extract using natural language data = await mcp.call("hyperbrowser", "ai_extract", { "session_id": session["id"], "query": "all product names and prices on the page" }) ``` #### 3. Visual Actions ```python # Screenshot screenshot = await mcp.call("hyperbrowser", "screenshot", { "session_id": session["id"], "full_page": True }) # Wait for visual element await mcp.call("hyperbrowser", "wait_for_visual", { "session_id": session["id"], "description": "loading spinner to disappear" }) ``` #### 4. Form Automation ```python # Fill entire form with AI await mcp.call("hyperbrowser", "ai_fill_form", { "session_id": session["id"], "data": { "name": "John Doe", "email": "john@example.com", "message": "Hello world" } }) # Submit form await mcp.call("hyperbrowser", "ai_click", { "session_id": session["id"], "target": "submit button" }) ``` ### Configuration ```json { "mcpServers": { "hyperbrowser": { "command": "npx", "args": ["-y", "@anthropic/mcp-hyperbrowser"], "env": { "HYPERBROWSER_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Smart Scraping**: AI-powered data extraction. **Form Testing**: Automated form filling. **E2E Testing**: Natural language test scripts. **Bot Automation**: Bypass bot detection. The Hyperbrowser MCP Server enables AI-powered browser automation.

Installation

Configuration
{
  "mcpServers": {
    "hyperbrowser": {
      "mcpServers": {
        "hyperbrowser": {
          "env": {
            "HYPERBROWSER_API_KEY": "YOUR_API_KEY"
          },
          "args": [
            "-y",
            "@hyperbrowserai/mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get API key from Hyperbrowser dashboard
  2. 2Cloud-based browser sessions
  3. 3Anti-bot detection built in

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