remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Utilizes .ENV for environment variable management, specifically for storing and accessing the Tavily API key needed for web search functionality.
MCP2塔维利
使用 Tavily API 实现网络搜索功能的 MCP 协议服务器。
先决条件
- Python 3.11+
- UV包管理器
- Tavily API 密钥
安装
- 克隆存储库
Copy
- 创建并编辑
.env
文件
Copy
- 使用 UV 设置虚拟环境
Copy
- 安装依赖项
Copy
用法
安装为 Claude 扩展
Copy
使用 MCP Inspector 的开发模式
要使用 MCP Inspector 测试功能:
Copy
运行后,您可以通过以下网址访问 MCP Inspector: http://localhost:5173
可用工具
search_web(query: str)
:使用 Tavily API 搜索网页search_web_info(query: str)
:同上,带中文描述
环境变量
TAVILY_API_KEY
:您的 Tavily API 密钥(必需)
分步指南
手动添加 Cline 继续 Claude
Cline 继续 Claude 的 MCP JSON 文件
Copy
克莱恩
克莱恩
克莱恩
例子
You must be authenticated.
MCP 协议服务器使用 Tavily API 实现网络搜索功能,允许 AI 助手实时执行互联网搜索。
- Prerequisites
- Installation
- Usage
- Available Tools
- Environment Variables
- Step-by-Step Guide
- 手动添加Cline Continue Claude