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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Comments