Back to directory
algonacci/mcp-tavily-search

algonacci/mcp-tavily-search

@algonacci

MCP server to give client the ability to search on the internet

searchtavilymcp-serverinternetpythonapicontext

Installation & Configuration

{
  "mcpServers": {
    "tavily_search": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-tavily-search",
        "run",
        "python",
        "main.py"
      ],
      "env": {
        "TAVILY_API_KEY": "your_tavily_api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15