MCP server for integrating Tavily search API with LLMs, providing web search, RAG context generation, and QnA capabilities
If you already use MCP Tavily Search, the mcp tavily search mcp server is the piece that lets your assistant work with it directly. MCP server for integrating Tavily search API with LLMs, providing web search, RAG context generation, and QnA capabilities.
The functionality of this tool is now available in mcp-omnisearch, which combines multiple MCP tools in one unified package.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
tavily_search — Search the web using Tavily Search API, optimized for high-quality, factual resultstavily_get_search_context — The tavily_get_search_context tool exposed by this servertavily_qna_search — The tavily_qna_search tool exposed by this serverSetup — The Setup tool exposed by this serverPublishing — The project uses changesets for version management. To publish:Configuration is passed through the environment: TAVILY_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as mcp-tavily-search, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Tavily Search's toolset — tavily_search, tavily_get_search_context, tavily_qna_search and 2 more — is a fair guide to whether it matches your workflow. It is maintained by spences10; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Tavily Search's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| tavily_search | Search the web using Tavily Search API, optimized for high-quality, factual results. |
| tavily_get_search_context | The tavily_get_search_context tool exposed by this server. |
| tavily_qna_search | The tavily_qna_search tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
| Publishing | The project uses changesets for version management. To publish: |
{
"mcpServers": {
"mcp-tavily-search": {
"command": "npx",
"args": ["-y", "mcp-tavily-search"],
"env": {
"TAVILY_API_KEY": "your-tavily-api-key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TAVILY_API_KEY | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.