tavily-mcp-proxy
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tavily-mcp-proxysearch for latest AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tavily-mcp-proxy
Tavily MCP Proxy - Search via Tavily MCP with multiple keys, randomly selecting one each time.
通过 Tavily MCP 进行搜索,支持配置多个 API Key,每次调用随机选取一个。
Features / 功能
🐳 Docker-deployable Streamable HTTP MCP server / 支持 Docker 部署的 Streamable HTTP MCP 服务
🔑 Multiple Tavily API keys with random rotation / 多 Tavily API Key 随机轮换
🔒 Bearer token authentication for access control / Bearer Token 访问认证
📊 Real-time usage dashboard / 实时用量面板
🔍
tavily_searchandtavily_extracttools / 包含tavily_search和tavily_extract两个工具
Related MCP server: MCP Nexus - Cloudflare Workers
Quick Start / 快速开始
git clone https://github.com/welyfun/tavily-mcp-proxy.git
cd tavily-mcp-proxyCreate a .env file or configure environment variables / 创建 .env 文件或配置环境变量
TAVILY_API_KEYS=tvly-xxx,tvly-yyy,tvly-zzz
ACCESS_KEYS=my-secret-key
PORT=3000Generate a secure access key / 生成一个安全的访问密钥:
python3 generate-key.pyDocker
docker compose up --build -dLocal Dev / 本地开发
npm install
npm run devUsage Page / 用量面板
Visit http://localhost:3000/ to view real-time API key usage. / 访问 http://localhost:3000/ 查看实时 API Key 用量。
Enter your access key to log in / 输入访问密钥登录
Usage data streams in as each key is fetched / 用量数据流式加载,逐个 Key 显示
Progress bar shows overall fetch status / 进度条显示整体获取进度
Each key card shows both key-level and account-level usage / 每个 Key 卡片展示 Key 级别和账户级别用量
Key usage bars default to plan limit when key limit is not set / Key 用量条上限未设置时默认使用计划上限
Auto-refresh available (60s interval) / 支持自动刷新(60 秒间隔)
Configuration / 配置项
Variable | Required | Description |
| Yes | Tavily API keys, comma-separated / Tavily API Key,逗号分隔 |
| No | Access keys for authentication, comma-separated. Omit to disable auth / 访问密钥,逗号分隔。留空则不校验 |
| No | Server port, default |
Tools / 工具
tavily_search
Search the web using Tavily Search API. The query is forwarded with max_results fixed at 10. Metadata fields (response_time, usage, request_id, etc.) are stripped from the response.
使用 Tavily Search API 搜索网页。max_results 固定为 10,响应中已剔除元数据字段。
Parameter | Type | Required | Description |
| string | Yes | Search query / 搜索关键词 |
tavily_extract
Extract web page content from one or more URLs using Tavily Extract API. Metadata fields are stripped from the response.
使用 Tavily Extract API 提取网页内容。响应中已剔除元数据字段。
Parameter | Type | Required | Description |
| string | string[] | Yes | URL(s) to extract / 要提取的 URL |
Client Configuration / 客户端配置
Claude Desktop
{
"mcpServers": {
"tavily": {
"url": "http://localhost:3000/mcp",
"headers": {
"Authorization": "Bearer my-secret-key"
}
}
}
}Codex
[mcp_servers.tavily]
url = "http://localhost:3000/mcp"
http_headers = { "Authorization" = "Bearer my-secret-key" }
default_tools_approval_mode = "approve"License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/welyfun/tavily-mcp-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server