mcp-tavily-search

mcp-tavily-search

3.1

If you are the rightful owner of mcp-tavily-search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP-Tavily-Search is a Model Context Protocol server that enables clients to perform internet searches.

mcp-tavily-search

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

Usage

For this MCP server to work, add the following configuration to your MCP config file:

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

Also provide TAVILY_API_KEY in .env