MCP Catalogs
Home

fetch vs WEBGhosting-MCP

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

fetch
by modelcontextprotocol
WEBGhosting-MCP
by yranjan06
Stars★ 85,748★ 29
30d uses
Score7644
Official
Categories
Web ScrapingAI / LLM ToolsProductivity
Browser AutomationWeb ScrapingAI / LLM Tools
LanguageTypeScriptGo
Last committhis month1 mo ago

fetch · Summary

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

WEBGhosting-MCP · Summary

Intelligent stealth browser MCP server with anti-fingerprinting for AI agents to browse the web undetected.

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

WEBGhosting-MCP · Use cases

  • Web scraping while avoiding detection
  • Voice-controlled AI browsing
  • Data extraction from dynamic websites
  • Automated web testing and interaction

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"]
    }
  }
}

WEBGhosting-MCP · Install

  1. Download the binary for your platform from the releases page
  2. Configure your MCP client:
{
  "servers": {
    "webghosting": {
      "type": "stdio",
      "command": "/path/to/webmcp",
      "env": {
        "AI_API_KEY": "your-api-key",
        "AI_BASE_URL": "https://api.openai.com/v1",
        "AI_MODEL": "gpt-4o"
      }
    }
  }
}
  1. Start the MCP server in your compatible IDE or agent (Cursor, Claude Code, etc.)
Comparison generated from public README + GitHub signals. Last updated automatically.