MCP Catalogs
Home

gemini-webapi-mcp vs fetch

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

gemini-webapi-mcp
by AndyShaman
fetch
by modelcontextprotocol
Stars★ 27★ 85,748
30d uses
Score4476
Official
Categories
AI / LLM ToolsMediaBrowser Automation
Web ScrapingAI / LLM ToolsProductivity
LanguagePythonTypeScript
Last commit2 mo agothis month

gemini-webapi-mcp · Summary

MCP server for Google Gemini that provides image generation, editing, chat, and file analysis via browser cookies.

fetch · Summary

An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.

gemini-webapi-mcp · Use cases

  • Generate and edit images through natural language prompts
  • Analyze documents, videos and web pages
  • Have conversations with Gemini Flash and Pro models
  • Create high-resolution artwork without watermarks

fetch · Use cases

  • LLMs reading news articles and blogs
  • Content analysis of web pages
  • Retrieving information from public websites
  • Chunked reading of large web documents

gemini-webapi-mcp · Install

Installation

**From GitHub (no clone needed):**

uv run --with "gemini-webapi-mcp @ git+https://github.com/AndyShaman/gemini-webapi-mcp.git" gemini-webapi-mcp

**Local install:**

git clone https://github.com/AndyShaman/gemini-webapi-mcp.git
cd gemini-webapi-mcp
uv sync
uv run gemini-webapi-mcp

**Claude Desktop Configuration:**

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gemini": {
      "command": "uv",
      "args": ["run", "--with", "gemini-webapi-mcp @ git+https://github.com/AndyShaman/gemini-webapi-mcp.git", "gemini-webapi-mcp"]
    }
  }
}

fetch · Install

Installation

**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:

uvx mcp-server-fetch

**Using PIP** Install via pip:

pip install mcp-server-fetch

Then run as:

python -m mcp_server_fetch

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.