Searchfetch - Mcp Server For Web Search And Fetching
@maxylev
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"searchfetch": {
"command": "uvx",
"args": [
"searchfetch"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「検索」の他のコンテンツ
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.
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
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
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
コメント