T
Official Search & Web

Tavily

AI-native search engine optimized for LLM workflows.

Works with: Claude DesktopClaude CodeCursorWindsurfCline
Quick install
npx -y @tavily/mcp

How to install the Tavily MCP server

Add this to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "@tavily/mcp"
      ]
    }
  }
}

Add this to your Claude Code MCP configuration:

npx -y @tavily/mcp

Add this to your Cursor MCP configuration:

{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "@tavily/mcp"
      ]
    }
  }
}

Add this to your Windsurf MCP configuration:

{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "@tavily/mcp"
      ]
    }
  }
}

Add this to your Cline MCP configuration:

{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "@tavily/mcp"
      ]
    }
  }
}

The Tavily MCP server is purpose-built for LLM workflows. Where general-web search APIs return noisy snippets, Tavily returns pre-cleaned, deduplicated, structured content optimized for AI consumption. For research-heavy Claude workflows, this often beats raw web search.

Why use it

LLMs work better with structured input. A search result list with 10 noisy snippets requires Claude to clean and synthesise before reasoning. Tavily does that cleaning upfront, so Claude spends its tokens on the actual question.

For research tasks, comparison shopping, and any workflow where Claude needs to read multiple sources to give a good answer, Tavily noticeably improves output quality.

What it actually does

A focused tool surface: search the web with relevance ranking, optionally include answers (Tavily synthesises a direct answer from sources), or extract content from specific URLs. Search modes for general, news, and academic queries.

Practical patterns:

  • “Find recent benchmarks comparing Claude 4.7 and GPT-5.”
  • “Search news for any mentions of our company in the last 24 hours.”
  • “Look up the EU AI Act timeline and pull the key milestones.”

Gotchas

Free-tier limits matter. 1,000 searches per month is generous but Claude can chew through them quickly on heavy research days. Watch the dashboard.

Tavily favors quality over recall. If you need every possible result (legal research, exhaustive citations), use Brave Search or Exa alongside.

Pair with Fetch for deeper reading: Tavily finds the right URL, Fetch reads the full article. Claude composes them automatically.

Tavily MCP server: FAQs

How is Tavily different from Brave or Google Search?

Tavily is built specifically for LLMs. Results are pre-cleaned, deduplicated, and structured. You get fewer results but each one is more useful for Claude to reason about.

How much does the API cost?

Tavily has a free tier (1,000 searches/month) and paid tiers from there. The free tier covers most personal use; paid is reasonable for production.

Can I combine it with Brave Search?

Yes. Many users run both: Tavily for AI-curated results, Brave for raw web breadth. Claude picks based on the prompt.

Does it support news vs general search?

Yes. Tavily exposes search modes: general, news, and academic. Claude picks the right mode automatically based on your query.

How fresh are the results?

Live, with continuous indexing. For breaking news, Tavily indexes within minutes.