
Tavily MCP Server
The Tavily MCP Server bridges AI assistants with the live web, offering advanced real-time search, data extraction, website mapping, and crawling to dramaticall...
Empower your AI agents with real-time web search, direct answers, and up-to-date news via Tavily’s robust MCP Server integration.
The Tavily MCP Server is a Model Context Protocol (MCP) server that empowers AI assistants with advanced web search capabilities using Tavily’s search API. By integrating with this server, AI models can perform robust web searches, retrieve direct answers to complex questions, and gather recent news articles with AI-extracted relevant content. This enhances development workflows by allowing tasks such as comprehensive information retrieval, evidence-backed question answering, and up-to-date news aggregation—all accessible as tools or resources within LLM-powered environments. The Tavily MCP Server thus bridges the gap between AI assistants and real-time, high-quality web data, streamlining research, automation, and context-aware AI solutions.
query
, max_results
, search_depth
, include_domains
, exclude_domains
query
, max_results
, search_depth
, include_domains
, exclude_domains
query
, max_results
, days
, include_domains
, exclude_domains
pip install mcp-tavily
mcpServers
:{
"mcpServers": {
"tavily": {
"command": "mcp-tavily",
"args": []
}
}
}
Securing API Keys:
Use environment variables for your Tavily API key:
{
"mcpServers": {
"tavily": {
"command": "mcp-tavily",
"env": {
"TAVILY_API_KEY": "YOUR_TAVILY_API_KEY"
},
"inputs": {}
}
}
}
mcp-tavily
in your environment.{
"mcpServers": {
"tavily": {
"command": "mcp-tavily"
}
}
}
env
section as above.mcp-tavily
is installed.{
"mcpServers": {
"tavily": {
"command": "mcp-tavily"
}
}
}
env
field if supported.mcp-tavily
via pip or uv.{
"mcpServers": {
"tavily": {
"command": "mcp-tavily"
}
}
}
env
section.Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"tavily": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “tavily” to whatever the actual name of your MCP server is (e.g., “github-mcp”, “weather-api”, etc.) and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ✅ | 3 prompt templates for each search type |
List of Resources | ⛔ | No explicit resources section found |
List of Tools | ✅ | 3 tools: web_search, answer_search, news |
Securing API Keys | ✅ | Uses env vars in config |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
The Tavily MCP Server provides a well-defined set of search tools, clear prompt templates, and straightforward installation and configuration steps. However, it lacks explicit resource definitions and does not mention advanced MCP features like roots or sampling. Given its focused functionality and good documentation, but missing some MCP primitives, we rate it a 7/10 for practical use.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 13 |
Number of Stars | 61 |
The Tavily MCP Server is a Model Context Protocol (MCP) server that provides AI agents with advanced web search, direct answer retrieval, and news aggregation using Tavily's search API. It allows AI assistants to access real-time, high-quality web data directly in their workflows.
Tavily offers three main tools: tavily_web_search for comprehensive web search, tavily_answer_search for direct answers with supporting evidence, and tavily_news_search for recent news article aggregation.
It is recommended to store your Tavily API key using environment variables in your MCP server configuration, rather than hard-coding it, to enhance security.
Use cases include comprehensive web search, direct question answering with evidence, news aggregation, domain-specific searches, and collecting supporting references for transparent outputs.
Add an MCP component to your FlowHunt flow, open its configuration, and insert Tavily MCP server details in the system MCP configuration section. Be sure to use your actual MCP server name and URL.
Tavily MCP Server is licensed under MIT, has a practical utility score of 7/10, and is open source with at least 13 forks and 61 stars.
Upgrade your AI workflows with real-time web data, evidence-backed answers, and current news insights through Tavily MCP Server.
The Tavily MCP Server bridges AI assistants with the live web, offering advanced real-time search, data extraction, website mapping, and crawling to dramaticall...
The Meilisearch MCP Server bridges AI assistants with your Meilisearch instance, enabling seamless database operations, index management, settings configuration...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...