mcps
Tavily MCP logo

Tavily MCP

Tavily AI search server — real-time web search optimized for AI agents with factual, accurate, and structured results.

Turn it on See what Claude can do with Tavily
“I also installed Tavily Search, sequential thinking, and Playwright. I still use Cursor for development, and I use Claude Desktop for higher-level documentation, testing”
Hacker News · DavidPP

★ Hand-picked walkthrough

Tavily MCP: web search & research in Claude

JeredBlu

  1. Turn on Tavily in your AI

    In Claude: open Settings → Connectors and add Tavily. In ChatGPT: Settings → Apps & Connectors.

  2. Add it to your app once

    Copy the short config below into your app. It just tells your AI where to find Tavily.

  3. Just ask

    Tell it what you want in plain words — no special commands.

    For example, say

    “Research the current state of WebAssembly adoption and summarize what you find”

Need the exact config? Show it +
{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": ["-y", "tavily-mcp"],
      "env": {
        "TAVILY_API_KEY": "<your-tavily-api-key>"
      }
    }
  }
}

Paste into your client's MCP configuration file.

Download the Tavily skill Official

A ready-made skill that teaches your AI agent to use Tavily well. Tavily's official search, extract, crawl and research skills.

npx skills add tavily-ai/skills
View on GitHub

If you ask, Tavily does it. Copy one, paste it into Claude, Codex or ChatGPT, done. No setup.

Tavily

Research across sources

If you ask

“Research the top 5 CRM tools for small businesses and summarize their pricing and main features”

Then

Pull and synthesize content from multiple sources in one call.

Tavily

Extract clean content

If you ask

“Search for 'how to set up Postgres replication' and return the full cleaned content of the top 3 results”

Then

Get clean text from search results without HTML cruft.

Tavily

Add search to an agent

If you ask

“Before writing this report, search for the latest stats on remote work adoption in 2026”

Then

Use as a tool inside an autonomous agent loop.

  • · Tavily charges per search and extraction — monitor your quota
  • · Results quality varies by query phrasing — vague queries return noise
  • · Full-page extraction costs more than snippet-only — choose the right mode
  • You're building an AI agent that needs web research as a tool
  • You want search results that are cleaned and ready for LLM consumption
  • You need research across multiple sources in a single call
  • You want both snippets and full-page extraction options
  • × You only need one quick answer (Perplexity is more concise)
  • × You need real-time prices or live data — web search is usually stale by seconds to hours
  • × You're doing totally free research — Tavily is usage-based

Imagine asking your AI: 'Research the top 5 project management tools and compare their pricing' — and it performs multi-source web research optimized for AI consumption. This server connects your AI to Tavily's search API, which is built specifically for AI agents rather than human browsing.

The Tavily MCP server integrates Tavily's AI-optimized search engine into AI assistants. Designed specifically for LLM consumption, Tavily returns structured, relevant results with reduced noise compared to general search engines.

Popular in AI agent frameworks like LangChain and LlamaIndex. Free tier available for development.

Claude Cursor Cline
#tavily#search#ai-search#research#real-time
What does Tavily MCP do? +

Imagine asking your AI: 'Research the top 5 project management tools and compare their pricing' — and it performs multi-source web research optimized for AI consumption. This server connects your AI to Tavily's search API, which is built specifically for AI agents rather than human browsing.

Do I need to know how to code? +

No. Turn it on in your AI's settings and ask in plain English — no terminal, no coding.

When should I use Tavily MCP? +

Reach for it when you need to: You're building an AI agent that needs web research as a tool; You want search results that are cleaned and ready for LLM consumption; You need research across multiple sources in a single call; You want both snippets and full-page extraction options.

When should I avoid Tavily MCP? +

Skip it when: You only need one quick answer (Perplexity is more concise); You need real-time prices or live data — web search is usually stale by seconds to hours; You're doing totally free research — Tavily is usage-based.

How do I install Tavily MCP? +

In Claude Code, run: claude mcp add tavily -e TAVILY_API_KEY=<your-key> -- npx -y tavily-mcp. Copy-paste configs for Claude Desktop, Cursor, and Windsurf are at the top of this page.