HomeSearch & Research › tavily-mcp

tavily-mcp

MCP server for advanced web search using Tavily

Official TypeScript
★ 2,400 stars Last pushed 2026-09-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.15)

npx -y tavily-mcp@0.2.15

Or add to your MCP client config:

{
  "mcpServers": {
    "tavily-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp@0.2.15"
      ],
      "env": {
        "TAVILY_API_KEY": "<YOUR_VALUE>",
        "DEFAULT_PARAMETERS": "<YOUR_VALUE>"
      }
    }
  }
}
  • TAVILY_API_KEY required secret — Your Tavily API key from tavily.com
  • DEFAULT_PARAMETERS — JSON string with default search parameters (e.g., {"include_images": true, "max_results": 15})

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry