MCP2Tavily
@mcp2everything
About MCP2Tavily
一个MCP服务器,让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that allows your Claude Cline and Langchain to implement network search functions.
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.
Frequently asked questions
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.
Basic information
More AI & Agents MCP servers
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Comments