Tavily Search Mcp Server
@enzeberg
关于 Tavily Search Mcp Server
A simple Tavily Search MCP Server implementation
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
mcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
Naver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
评论