mcp-tavily-search
Offers a containerized deployment option for the MCP server, allowing it to run in isolated containers for improved portability and consistent execution across different environments.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-tavily-searchsearch for latest AI developments from the past 3 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP TAVILY SEARCH
A Model Context Protocol (MCP) server that provide search by tavily.
Quick start
install
go install github.com/y7ut/mcp-tavily-search@latestadd config to mcp config file.
{
"mcpServers": {
"tavily": {
"command": "mcp-tavily-search",
"args": [
"run",
"tvly-*******************"
]
}
}
}{
"mcpServers": {
"tavily": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.ijiwei.com/mcp/mcp-tavily-search:latest",
"run",
"tvly-*******************"
]
}
}
}or debug
npx @modelcontextprotocol/inspector mcp-tavily-search run tvly-xxxxxxxxxx
npx --no-cache @modelcontextprotocol/inspector docker run --rm -i mcp-tavily-search:latest run tvly-xxxxxRelated MCP server: Tavily MCP Server with Proxy Support
Tools
search_news
Parameter | Type | Default Value | Description | Required |
|
| N/A | The keyword to search for. | Yes |
|
|
| Number of days to search within. Default is 7 days. | No |
|
|
| Number of news articles to return. Default is 5. | No |
|
|
| The depth of the search. It can be | No |
|
|
| The topic of the search. Options are | No |
This server cannot be deployed
Maintenance
Related MCP Connectors
Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co…
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
- Google NewsOAuthai.b77
Search and read the latest news in chat.
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
Related MCP Servers
- MIT
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to perform sophisticated web searches through proxy servers using Tavily's API, supporting comprehensive web searches, direct question answering, and recent news article retrieval with AI-extracted content.3MIT
- AlicenseNot gradedqualityFmaintenanceProvides AI-powered web search capabilities using Tavily's search API, enabling LLMs to perform sophisticated web searches, get direct answers to questions, and search recent news articles.72MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform up-to-date web searches through the Tavily API, providing comprehensive search results with AI-generated summaries.7MIT