general MCP Server
🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
Discovered via github-topic:model-context-protocol and last synced 3mo ago.
1. Install the package
npx mcp-omnisearch
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-omnisearch": {
"command": "npx",
"args": [
"mcp-omnisearch"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)