A server implementation utilizing Tavily API for performing web searches with AI responses
Description:
A server implementation utilizing Tavily API for performing web searches with AI responses
Category: Search & Information Retrieval
Overview:
This server leverages the Tavily API to execute web searches and return comprehensive results including AI-generated responses, URLs, and titles. It supports both basic and advanced search depths through a simple query interface.
Key Features:
Installation & Configuration:
git clone https://github.com/Tomatio13/mcp-server-tavily.git
Configuration JSON:
{
"mcpServers": {
"tavily-search": {
"command": "uv",
"args": ["--directory", "C:\\your_path\\mcp-server-tavily", "run", "tavily-search"],
"env": {
"TAVILY_API_KEY": "YOUR_TAVILY_API_KEY",
"PYTHONIOENCODING": "utf-8"
}
}
}
}
Usage Notes:
%APPDATA%\Claude\logs\mcp-server-tavily-search
(Windows)Docker Support: Includes Docker Compose configuration for systems without native Claude Desktop support.