mcp-server-tavily logo

mcp-server-tavily利用 Taivily API 的 MCP Server,事先开发并不被官方正式提供

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

适用于Taivily API(tavily-search)的MCP服务器 这个项目是自研的 MCP 服务器,在正式发布前提供。它使用 Taivily API 根据指定查询进行搜索,并以文本格式返回结果。搜索结果包括 AI 响应、URI 和标题。服务器实现了搜索工具,并支持两个查询参数选项:'query' 和 'search_depth'。 MCP服务器可以通过Smithery在Claude Desktop上安装。设置完成后,您可以在Claude Desktop中执行搜索查询。日志存储位置位于用户的 AppDataRoamingClaudelogs 目录。 另外,您可以在本地环境中使用 Docker compose 运行 MCP 服务器。此设置适用于不支持 Windows/MacOS、无法使用 Claude Desktop 的操作系统。要执行客户端,请在指定目录中运行 uv 命令并执行 client.py。

主要功能

  • 基于指定的查询来进行搜索
  • AI 响应包含在搜索结果中
  • URI 和标题 包含在搜索结果中
  • 可选的搜索深度参数(基础或高级)
  • 支持 Docker Compose 的本地环境设置

价格

模型
Free
评分
暂无评价

使用场景

Claude Desktop Integration

在 Claude Desktop 中使用以接收基于查询的搜索结果

Local Environment Search

在本地环境中通过 Docker Compose 运行服务器,以便进行测试或开发目的

优点 & 缺点

优点

  • 整合了 Tavily API 来实现搜索功能
  • 支持与 Claude Desktop 的使用
  • 可以在使用 Docker Compose 的本地环境中运行
  • 搜索结果包含 AI 响应、URI 和标题

缺点

  • 需要 Tavily API 密钥以便使用
  • 仅限搜索功能,没有提及其他工具
  • 设置和配置可能对非技术用户而言复杂

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Where are the search logs stored on Windows?

Logs are written to the user’s AppDataRoamingClaude logs directory, e.g., C:\Users\[username]\AppData\Roaming\Claude\logs\mcp server tavily search.

Asked by Mia Andersen · May 21, 2026

What does the optional search_depth argument control?

The search tool accepts 'search_depth' with values "basic" or "advanced". "Basic" performs a standard query, while "advanced" likely expands the search scope or depth to return more detailed results, though exact behavior follows the underlying Tavily API settings.

Asked by Elif Yildiz · May 17, 2026

Can this MCP server run on Linux or other non‑desktop OSes?

Yes. If Claude Desktop isn’t available, you can deploy the server locally using Docker Compose – the repository includes a docker-compose.yml that handles the build and runtime on any OS that supports Docker.

Asked by Qiu Yan · Apr 28, 2026

How do I set up my Tavily API key for this MCP server?

After cloning the repository, set the environment variable TAVILY_API_KEY to your key (e.g., export TAVILY_API_KEY=your_api_key). In Claude Desktop, include it in the mcpServers config under the env section. The server will use this key for all search requests.

Asked by Eva Horáková · Mar 21, 2026

提问

服务配缩器 的替代品