Back to directory
tulong66/mcp-tavily-proxy

tulong66/mcp-tavily-proxy

@tulong66

A Tavily MCP server with HTTP/HTTPS proxy support for AI-powered web search

searchtavilyproxyweb-searchmcp-serverpythoncontext

Installation & Configuration

{
  "mcpServers": {
    "tavily": {
      "command": "python",
      "args": [
        "-m",
        "mcp_server_tavily"
      ],
      "env": {
        "TAVILY_API_KEY": "your_api_key_here",
        "HTTP_PROXY": "http://your-proxy:port",
        "HTTPS_PROXY": "http://your-proxy:port"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17