brave-search-mcp and mcp-omnisearch
Both tools are independent Model Context Protocol (MCP) server implementations that provide Web Search capabilities by integrating various search APIs, thus making them **competitors** offering similar functionalities within the same ecosystem.
About brave-search-mcp
mikechao/brave-search-mcp
An 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
Exposes six distinct search tools through the Model Context Protocol, including a specialized `brave_llm_context_search` function that pre-extracts and tokenizes web content for RAG pipelines with configurable filtering modes. Supports both stdio and HTTP transport modes, with UI widgets for OpenAI Apps and MCP Apps that allow users to selectively control which results get added to model context. Built as an npm package requiring only a Brave Search API key to deploy, with fallback logic (e.g., local search defaults to web search if no location results found) for graceful degradation.
About mcp-omnisearch
spences10/mcp-omnisearch
🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi), AI tools (Perplexity, FastGPT), and content processing services (Jina AI, Kagi). Combines search, AI responses, content processing, and enhancement features through a single interface.
# Technical Summary Implements four consolidated MCP tools (web_search, ai_search, github_search, web_extract) with pluggable provider backends, allowing clients to query multiple APIs through a unified interface while gracefully degrading based on available credentials. Supports advanced search operators native to Brave/Kagi, domain filtering via API parameters, and specialized extractors like Firecrawl's interactive scraping and Kagi's multimodal summarization (pages, videos, podcasts). Designed for integration with AI assistants (Claude Desktop, Cline) via environment-variable configuration with zero hard dependencies on any single provider.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work