MCP.so
登录

MCP2Tavily

@mcp2everything

关于 MCP2Tavily

一个MCP服务器,让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that allows your Claude Cline and Langchain to implement network search functions.

基本信息

分类

AI 与智能体

运行时

python

传输方式

stdio

发布者

mcp2everything

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp2tavily": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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_web and search_web_info
  • search_web_info includes 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.

评论

AI 与智能体 分类下的更多 MCP 服务器