MCP.so
登录
T

Tavily Search Mcp Server

@enzeberg

关于 Tavily Search Mcp Server

A simple Tavily Search MCP Server implementation

基本信息

分类

搜索

传输方式

stdio

发布者

enzeberg

提交者

李恩泽 (Li Enze)

配置

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

{
  "mcpServers": {
    "tavily-search": {
      "command": "node",
      "args": [
        "/path/to/tavily-search-mcp-server/dist/index.js"
      ],
      "env": {
        "TAVILY_API_KEY": "your_tavily_api_key_here"
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Tavily Search Mcp Server?

Tavily Search MCP Server is a simple Model Context Protocol (MCP) server that provides web search functionality using the Tavily Search API. It is built with TypeScript and the MCP SDK, intended for developers who need to add web search capabilities to MCP-compatible applications.

How to use Tavily Search Mcp Server?

Clone or extract the project, install dependencies with npm install, and run the server. The server accepts configurable search parameters such as maximum results and domain filters.

Key features of Tavily Search Mcp Server

  • Web search using the Tavily API.
  • Configurable search parameters (max results, domain filters).
  • Clean, formatted search results.
  • Built with TypeScript and MCP SDK.

Use cases of Tavily Search Mcp Server

  • Adding web search to MCP‑based AI assistants.
  • Retrieving up‑to‑date information from the web programmatically.
  • Filtering search results by domain for specific data sources.

FAQ from Tavily Search Mcp Server

What is the Tavily Search MCP Server?

It is an MCP server that provides web search functionality via the Tavily Search API, designed for integration with Model Context Protocol applications.

What dependencies or runtime does it require?

The server is built with TypeScript and uses the MCP SDK; it requires Node.js and npm install to set up.

Where does the search data come from?

All search results are fetched from the Tavily Search API; the server itself does not store any data.

What configuration options are available?

You can configure maximum number of results and apply domain filters to narrow searches.

What transport does the server use?

The README does not specify the transport protocol, but as an MCP server it uses the standard MCP transport (e.g., stdio).

评论

搜索 分类下的更多 MCP 服务器