
Ferris Search
by lispking
Blazing-fast multi-engine web search server written in Rust for high-performance AI retrieval.
What it does
Ferris Search is a high-performance MCP server that enables AI agents to conduct web searches across 14 different engines simultaneously. It overcomes limitations of built-in search tools, providing lower latency and proxy support for restricted network environments.
Tools
web_search: Multi-engine fan-out search across Bing, DuckDuckGo, Brave, and more.fetch_web_content: Extracts text content from any public URL.fetch_github_readme: Specifically fetches and parses GitHub README files.fetch_csdn_article: Optimized extraction for CSDN articles.fetch_juejin_article: Optimized extraction for Juejin posts.fetch_zhihu_article: Optimized extraction for Zhihu content.fetch_linuxdo_article: Optimized extraction for Linux.do topics.
Installation
{
"mcpServers": {
"ferris-search": {
"command": "/home/user/.cargo/bin/ferris-search",
"env": {
"DEFAULT_SEARCH_ENGINE": "bing"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
curl -fsSL https://raw.githubusercontent.com/lispking/ferris-search/main/install.sh | bashInformation
- Pricing
- free
- Published
- 5/13/2026
- stars





