BeClaude

ferris-search

Community RegistryGeneralby lispking

Multi-engine web search MCP server. Search across Bing, DuckDuckGo, Brave, Baidu, CSDN, Juejin, Exa, Zhihu, and LinuxDo simultaneously. Includes article fetchers for GitHub, CSDN, Juejin, Zhihu, and LinuxDo.

First seen 4/17/2026

Summary

ferris-search is a multi-engine web search MCP server that lets you search across Bing, DuckDuckGo, Brave, Baidu, CSDN, Juejin, Exa, Zhihu, and LinuxDo simultaneously.

  • It also includes article fetchers for GitHub, CSDN, Juejin, Zhihu, and LinuxDo, making it a powerful tool for developers who need to aggregate information from multiple sources quickly.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "ferris-search": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Search for the latest Python tutorials across multiple search engines at once.
Fetch the full content of a GitHub repository README without leaving the chat.
Compare search results from Bing, DuckDuckGo, and Brave for a technical query.
Find Chinese tech articles on CSDN and Juejin simultaneously.
Retrieve the latest discussions from LinuxDo forums on a specific topic.
Aggregate search results from Baidu and Exa for a research topic.

Usage Examples

1

/ferris-search latest Python web framework 2025

2

Search for 'Rust async programming' using ferris-search across all engines

3

/ferris-search fetch https://github.com/rust-lang/rust

View source on GitHub
mcp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is ferris-search?

ferris-search is a multi-engine web search MCP server that lets you search across Bing, DuckDuckGo, Brave, Baidu, CSDN, Juejin, Exa, Zhihu, and LinuxDo simultaneously. It also includes article fetchers for GitHub, CSDN, Juejin, Zhihu, and LinuxDo, making it a powerful tool for developers who need to aggregate information from multiple sources quickly.

How to install ferris-search?

To install ferris-search: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "ferris-search": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is ferris-search best for?

ferris-search is a mcp categorized under General. It is designed for: mcp. Created by lispking.

What can I use ferris-search for?

ferris-search is useful for: Search for the latest Python tutorials across multiple search engines at once.; Fetch the full content of a GitHub repository README without leaving the chat.; Compare search results from Bing, DuckDuckGo, and Brave for a technical query.; Find Chinese tech articles on CSDN and Juejin simultaneously.; Retrieve the latest discussions from LinuxDo forums on a specific topic.; Aggregate search results from Baidu and Exa for a research topic..