mcp-tavily-search logo

mcp-tavily-search

by algonacci

This MCP server provides clients with the ability to search the internet using the Tavily API. It requires configuration within the MCP config file and a Tavily API key.

View on GitHub

Last updated: N/A

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