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@latest
add 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-xxxxx
Tools
search_news
| Parameter | Type | Default Value | Description | Required |
|---|---|---|---|---|
keyword | string | N/A | The keyword to search for. | Yes |
days | number | 7 | Number of days to search within. Default is 7 days. | No |
limit | number | 5 | Number of news articles to return. Default is 5. | No |
search_depth | string | "basic" | The depth of the search. It can be "basic" or "advanced". Default is "basic". | No |
topic | string | "news" | The topic of the search. Options are "general" (unprocessed pages) or "news" (high-quality news). Default is "news". | No |
Tavily Search
by y7ut
231
Project Details
- y7ut/mcp-tavily-search
- MIT License
- Last Updated: 4/9/2025
Recomended MCP Servers
🧩
mcp-server-cloudbrowser
🧩
Greeter Server
Wazuh MCP Server
An open-source MCP server for integrating Wazuh security data with LLMs (such as the Claude Desktop App). This...
🧩
Binance Market Data Server
Browser Automation
Web use, browser automation, scraping, and automation with Model Context Protocol (MCP) and Selenium.
Helius
🧩
mcp服务
mcp服务
eClass MCP Server
A Model Context Protocol (MCP) server for the Open eClass platform.
🧩
Invoice Processing Server
mcp for invoice handle
🧩
TianGong LCA Server
tiangong-lca-mcp
Unsloth Server
Fine-tuning & Reinforcement Learning for LLMs. 🦥 Train Qwen3, Llama 4, DeepSeek-R1, Gemma 3, TTS 2x faster with...
Nutanix MCP Server
MCP Server for Nutanix





