mcp-omnisearch
@spences10
About mcp-omnisearch
🔍 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.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-omnisearch?
mcp-omnisearch is a Model Context Protocol (MCP) server that unifies access to seven providers (Tavily, Brave, Kagi, Exa AI, GitHub, Linkup, and Firecrawl) through four consolidated tools. It is designed for developers using MCP clients who want a single interface for web search, AI answers, GitHub search, and web extraction from multiple backends.
How to use mcp-omnisearch?
Install dependencies with pnpm install, build the project with pnpm run build, and run the server with node ./dist/index.js. Configure the server in your MCP client by setting environment variables for the API keys you have (e.g., TAVILY_API_KEY, BRAVE_API_KEY). Providers without keys are automatically skipped; all others continue to work.
Key features of mcp-omnisearch
- Four tools:
web_search,ai_search,github_search,web_extract - Supports Tavily, Brave, Kagi, Exa AI, GitHub, Linkup, and Firecrawl
- Providers with missing API keys are gracefully skipped
- Web extraction supports crawling, scraping, summarizing, and similarity search
- AI search provides sourced answers via Kagi FastGPT, Exa Answer, or Linkup
- Configurable large‑result mode (file vs inline) via environment variable
Use cases of mcp-omnisearch
- Search the web using multiple search engines from a single MCP server
- Get AI‑generated, sourced answers for complex questions
- Search GitHub code, repositories, or users programmatically
- Extract, crawl, scrape, or summarize web content from a URL
FAQ from mcp-omnisearch
What providers does mcp-omnisearch support?
It supports Tavily, Brave, Kagi, Exa AI, GitHub, Linkup, and Firecrawl. You can use any subset by providing the corresponding API keys.
How do I configure API keys?
Set environment variables in your MCP client configuration. Keys accepted: TAVILY_API_KEY, KAGI_API_KEY, BRAVE_API_KEY, GITHUB_API_KEY, EXA_API_KEY, LINKUP_API_KEY, FIRECRAWL_API_KEY. Optionally, FIRECRAWL_BASE_URL for a self‑hosted Firecrawl instance.
What tools are available?
The server exposes four tools: web_search (web search with Tavily, Brave, Kagi, Exa, or Kagi Enrichment), ai_search (sourced AI answers), github_search (GitHub code, repos, users), and web_extract (extract, crawl, scrape, summarize, or find similar content).
How are large results handled?
By default, large results are saved to a file and a file reference is returned. You can change this to inline mode by setting the OMNISEARCH_LARGE_RESULT_MODE environment variable to inline.
What are the runtime requirements?
The server runs on Node.js and is invoked via a MCP client using standard I/O (stdio). It does not require a separate HTTP server.
More Search MCP servers
G-Search MCP
jae-jaeA powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Comments