T

Tavily MCP Server

AI-optimized web search and research from AI agents.

freemium 77/100 Knowledge & Search tavily search research web-search ai-search rag

A Model Context Protocol server for Tavily. Enables AI agents to perform web searches optimized for AI consumption, with clean, structured results and content extraction.

Provides high-quality search results with content summaries, relevance scoring, and direct answer extraction. Designed specifically for LLM-powered research workflows.

Install

npx -y mcp-server-tavily

MCP Client Config

{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-tavily"
      ],
      "env": {
        "TAVILY_API_KEY": "<your-api-key>"
      }
    }
  }
}

Required Environment Variables

  • TAVILY_API_KEY

Capabilities

Tools

searchextract_contentget_answer

Compatible With

Claude Desktop Claude Code Cursor Windsurf Continue

Pricing

Free tier with 1000 searches/month. Paid plans for higher volume.

Metrics

1,300

GitHub Stars

10,200

Installs

800

Weekly

2

Open Issues