Design Engineer Logo
Visit Repo
Open Graph preview

MCP Server Tavily

A server implementation utilizing Tavily API for performing web searches with AI responses

Site favicon
🌐 Web

Overview

MCP Server Tavily

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:

  • AI-enhanced search responses
  • Flexible search depth options (basic/advanced)
  • UTF-8 encoded responses
  • Docker support for cross-platform deployment

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:

  • Requires Tavily API key
  • Supports natural language queries
  • Returns structured results with AI summaries
  • Log files location: %APPDATA%\Claude\logs\mcp-server-tavily-search (Windows)

Docker Support: Includes Docker Compose configuration for systems without native Claude Desktop support.