
Tavily Search
Use Tavily Search to search for news pages or images.
y7ut
README
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-*******************"
]
}
}
}
or debug
npx @modelcontextprotocol/inspector mcp-tavily-search run tvly-xxxxxxxxxx
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 |
Recommended Servers
Mult Fetch MCP Server
A versatile MCP-compliant web content fetching tool that supports multiple modes (browser/node), formats (HTML/JSON/Markdown/Text), and intelligent proxy detection, with bilingual interface (English/Chinese).
Hyperbrowser MCP Server
Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastructure and performance bottlenecks, allowing you to
Web Research Server
A Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots.

Youtube Translate
A Model Context Protocol server that enables access to YouTube video content through transcripts, translations, summaries, and subtitle generation in various languages.
Fetch MCP Server
Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
Web Research Server
MCP web research server (give Claude real-time info from the web) - oneshot-engineering/mcp-webresearch
Jina AI
Contribute to JoeBuildsStuff/mcp-jina-ai development by creating an account on GitHub.

Workflow Learner
To teach LLM Agents understand workflows with PSR.exe's hmt.

Chat Summary Server
summarize chat message
DEEP Web Research
The MCP Web Research Server enables real-time web research with Claude by integrating Google search, capturing webpage content and screenshots, and tracking research sessions.