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 | — | — |
| Score | 76 | 44 |
| Official | ✓ | — |
| Categories | Web ScrapingAI / LLM ToolsProductivity | Browser AutomationWeb ScrapingAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | 1 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-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}WEBGhosting-MCP · Install
- Download the binary for your platform from the releases page
- 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"
}
}
}
}- Start the MCP server in your compatible IDE or agent (Cursor, Claude Code, etc.)