mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to MCPs
Search

Tavily

AI-optimized search API MCP server designed specifically for AI agents and RAG workflows.

by TavilyRepository →Source →
Installnpx -y tavily-mcp

Tavily is an AI-optimized search API built specifically for AI agents and RAG workflows. Unlike general-purpose search APIs, Tavily returns clean, LLM-ready content with structured answers and source attribution.

Capabilities

  • AI-optimized web search with clean results
  • Structured answers with source URLs
  • Domain filtering and result count configuration
  • Deep search mode for comprehensive research
  • Return format optimized for LLM consumption

Usage

{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": ["-y", "tavily-mcp"],
      "env": {
        "TAVILY_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

When to Use Tavily vs Other Search

  • Tavily: Best for RAG pipelines and agent workflows needing clean, structured results
  • Brave Search: Best for general web search with privacy focus
  • Fetch: Best for retrieving specific known URLs