mcp-omnisearch
MCP server for integrating Omnisearch with LLMs
The mcp-omnisearch server integrates various search providers and AI tools to deliver comprehensive search capabilities and AI-powered responses. It combines the functionalities of Tavily, Brave, Kagi, Exa AI, GitHub, Linkup, and Firecrawl, allowing users to perform web searches, obtain AI-generated answers, and search GitHub repositories seamlessly through a single interface. This server is designed to enhance user experience by offering diverse content processing services and enrichment features.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-omnisearch": {
"args": [
"-y",
"mcp-omnisearch"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions