MCP Catalogs
Home

stealth-browser-mcp vs gemini-skill

Side-by-side comparison to help you pick between these two MCP servers.

stealth-browser-mcp
by vibheksoni
gemini-skill
by WJZ-P
Stars★ 643★ 813
30d uses
Score5452
Official
Categories
Browser AutomationWeb ScrapingDeveloper Tools
AI / LLM ToolsBrowser AutomationProductivity
LanguagePythonJavaScript
Last committhis month1 mo ago

stealth-browser-mcp · Summary

Stealth Browser MCP provides undetectable browser automation with antibypass capabilities for MCP-compatible AI agents.

gemini-skill · Summary

MCP server that automates Google Gemini through browser automation for image generation, chat, and image extraction.

stealth-browser-mcp · Use cases

  • Automating web scraping on protected websites with antibot measures
  • Creating UI clones of websites through AI chat commands
  • Intercepting and modifying network traffic in real-time

gemini-skill · Use cases

  • Generate images through text prompts in AI assistants
  • Automate multi-turn conversations with Gemini
  • Extract and download images from chat conversations automatically
  • Integrate Gemini capabilities into AI agent workflows

stealth-browser-mcp · Install

# Clone and install
git clone https://github.com/vibheksoni/stealth-browser-mcp.git
cd stealth-browser-mcp
python -m venv venv

# Activate virtual environment
# Windows:
venv\Scripts\activate
# Mac/Linux:
source venv/bin/activate

pip install -r requirements.txt

**Claude Desktop configuration:**

{
  "mcpServers": {
    "stealth-browser-mcp": {
      "command": "/path/to/stealth-browser-mcp/venv/bin/python",
      "args": ["/path/to/stealth-browser-mcp/src/server.py"]
    }
  }
}

gemini-skill · Install

Installation

Prerequisites

  • Node.js ≥ 18
  • Chrome/Edge/Chromium browser with Google account logged in

Steps

git clone https://github.com/WJZ-P/gemini-skill.git
cd gemini-skill
npm install

Configuration

Create a .env file in the project root with your configuration:

BROWSER_DEBUG_PORT=40821
BROWSER_HEADLESS=false
DAEMON_TTL_MS=1800000
OUTPUT_DIR=./gemini-image

Claude Desktop Configuration

Add to Claude Desktop's claude_desktop_config.json:

{
  "mcpServers": {
    "gemini": {
      "command": "node",
      "args": ["<absolute_path_to_gemini-skill>/src/mcp-server.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.