mcp-tavily-search
A Model Context Protocol (MCP) server that provide search by tavily.
Documentation
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-xxxxxTools
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 |
Frequently asked questions
What is mcp-tavily-search?
mcp-tavily-search is A Model Context Protocol (MCP) server that provide search by tavily.
How do I install mcp-tavily-search?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-tavily-search open source?
Yes — it is hosted on GitHub at https://github.com/y7ut/mcp-tavily-search.
Related MCP tools
eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard.
GOWA - WhatsApp REST API with support for UI, Multi Account, Webhooks, and MCP, and Chatwoot. Built with Golang for efficient memory use.
The missing open-source Kubernetes UI with a built-in MCP server for AI agents. See what's broken, why, and what changed. Issues, Topology, event timeline, Helm, GitOps, live service traffic, and cluster audits - all in one Go binary.
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP