Searchfetch - Mcp Server For Web Search And Fetching
@maxylev
About Searchfetch - Mcp Server For Web Search And Fetching
A maximum fault-tolerant, stealth-enabled Model Context Protocol (MCP) server for web searching and content fetching. Built specifically for AI Agents (Cursor, Claude Desktop, OpenHands), it completely bypasses bot detection (Cloudflare Turnstile, Datadome), dynamically handles S
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"searchfetch": {
"command": "uvx",
"args": [
"searchfetch"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Searchfetch?
Searchfetch is a maximum fault-tolerant, stealth-enabled Model Context Protocol (MCP) server for web searching and content fetching. It is built for AI Agents (Cursor, Claude Desktop, OpenHands) and bypasses bot detection, dynamically handles SPAs/React, and converts web content into token-optimized Markdown.
How to use Searchfetch?
Configure your MCP client (e.g., Claude Desktop, Cursor) to use the zero-install command uvx searchfetch (Python) or npx -y searchfetch (Node.js). Then use the provided tools: websearch to search the web via DuckDuckGo or Google, and webfetch to fetch and extract text content from any webpage.
Key features of Searchfetch
- Maximum fault tolerance with auto-healing browser sessions.
- Stealth engine that bypasses Cloudflare Turnstile and Datadome.
- Nuclear Token Scrubber strips Base64 images, SVGs, and scripts.
- Dual execution paths: Python (uvx) and Node.js (npx).
- Supports both DuckDuckGo and Google search engines.
- Outputs clean Markdown, clean HTML, or raw HTML.
Use cases of Searchfetch
- Research general knowledge, news, and find URLs via web search.
- Extract main text content from JavaScript-heavy single-page applications.
- Fetch large documents with pagination via
start_indexandmax_length. - Provide LLMs with token-optimized content by stripping media and scripts.
FAQ from Searchfetch
What runtimes does Searchfetch require?
Searchfetch can run via Python (uvx) or Node.js (npx), both with zero-install execution.
What search engines are supported?
Searchfetch supports DuckDuckGo and Google search engines.
Can Searchfetch handle JavaScript-heavy pages?
Yes, webfetch fully executes JavaScript to load React/SPAs before extracting content.
What output formats are available for fetched pages?
The webfetch tool supports markdown (default), clean_html, and raw_html formats.
How does Searchfetch avoid bot detection?
It uses CloakBrowser C++ patches and humanize logic to mathematically mimic a normal browser.
Frequently asked questions
What runtimes does Searchfetch require?
Searchfetch can run via Python (`uvx`) or Node.js (`npx`), both with zero-install execution.
What search engines are supported?
Searchfetch supports DuckDuckGo and Google search engines.
Can Searchfetch handle JavaScript-heavy pages?
Yes, `webfetch` fully executes JavaScript to load React/SPAs before extracting content.
What output formats are available for fetched pages?
The `webfetch` tool supports `markdown` (default), `clean_html`, and `raw_html` formats.
How does Searchfetch avoid bot detection?
It uses CloakBrowser C++ patches and humanize logic to mathematically mimic a normal browser.
Basic information
More Search MCP servers
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Tavily Mcp
tavily-aiProduction ready MCP server with real-time search, extract, map & crawl.
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
DuckDuckGo Search MCP Server
nickclydeA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
Comments