MCP2Tavily
@mcp2everything
About MCP2Tavily
一个MCP服务器,让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that allows your Claude Cline and Langchain to implement network search functions.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp2tavily": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP2Tavily?
MCP2Tavily is an MCP protocol server that enables web search functionality through the Tavily API. It is designed for developers using AI assistants like Claude who need to perform web searches via the Model Context Protocol.
How to use MCP2Tavily?
Clone the repository, create a .env file with your Tavily API key, set up a virtual environment with UV, and install dependencies via uv sync. Then install as a Claude extension with fastmcp install mcp2tavily.py or test using MCP Inspector with fastmcp dev mcp2tavily.py. A manual JSON configuration is also provided for integration with Cline, Continue, and Claude.
Key features of MCP2Tavily
- Provides two web search tools:
search_webandsearch_web_info search_web_infoincludes Chinese-language descriptions- Easy installation as a Claude extension via FastMCP
- Supports development and testing with MCP Inspector
- Uses Tavily API for high-quality web search results
Use cases of MCP2Tavily
- Enabling Claude or other MCP-compatible assistants to search the web
- Integrating real-time web search into AI workflows
- Creating custom search tools for multi-agent systems
- Building AI applications that require recent or specific online information
FAQ from MCP2Tavily
What are the prerequisites for MCP2Tavily?
Python 3.11 or higher, the UV package manager, and a valid Tavily API key are required.
How do I obtain a Tavily API key?
You must sign up for a Tavily account and generate an API key. The key is stored in the TAVILY_API_KEY environment variable.
Does MCP2Tavily store any data?
No. MCP2Tavily itself does not store data; search queries are sent to the Tavily API and results are returned directly.
What transport protocol does MCP2Tavily use?
The README does not specify a transport protocol, but it uses the MCP standard and is invoked via FastMCP, which typically uses stdio or HTTP.
Can I use MCP2Tavily with Cline or Continue?
Yes. The README provides a JSON configuration example for integrating MCP2Tavily with Cline, Continue, and Claude by specifying the uv command and required arguments.
More AI & Agents MCP servers
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Comments