Tavily Search
Tavily's MCP — purpose-built search API for agents, with citations and structured snippets ready for synthesis.
Delv Safety Grade: A
Score 84/100 · assessed 2026-04-28
Tavily Search is a purpose-built search API for AI agents, offered as an official MCP server by Tavily, a recognised vendor in the agent search space. The server provides read-only search capabilities with structured citations, making it one of the safer search integrations available. It requires an API key (TAVILY_API_KEY) and makes outbound network calls to Tavily's service. The maintainer is a legitimate commercial entity focused on agent-specific search, though smaller than major cloud vendors. Supply chain is solid via npm with standard npx installation. Permissions are tightly scoped to search queries only, with no filesystem or shell access. Transparency is good with open source code and clear documentation. No known security incidents. The main consideration is the API key requirement and dependency on Tavily's external service, but this is inherent to the design and clearly documented.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREESame shape. Tavily caches pages it found, which means stale poisoned content can keep coming back.
Green flags
- Read-only search API with no write or execution permissions
- Purpose-built for AI agents with structured, citation-ready output
- Official vendor package distributed via npm with standard install
- Open source repository with clear documentation and examples
- No known security incidents or credential leaks
Red flags
- Requires API key stored in environment, potential credential exposure risk
- Dependency on external Tavily service availability and pricing
- Smaller vendor with less ecosystem scrutiny than major cloud providers
Permissions requested
Install
npx -y tavily-mcp
TAVILY_API_KEYReview
Install this if you need Claude to search the web with proper citations and you're willing to pay for quality results after the free tier. Skip it if your workflows are purely local or you already have a search API you prefer. It does one thing well and doesn't pretend otherwise.
Good at
- Returns structured snippets with citations, not raw HTML or link dumps.
- Purpose-built for agents, so results are already formatted for synthesis.
- Works across multiple hosts including Claude Desktop, Cursor, and Zed.
- Free tier is generous enough to evaluate properly before committing.
Watch out
- Paid service after free tier, so costs scale with usage.
- Quality depends on Tavily's indexing, which won't cover paywalled or niche sources.
- Manual config required for hosts beyond Claude Desktop.
- Single-purpose tool, no local search or document indexing features.
Getting started
Works with
Similar MCPs
- Brave SearchGive Claude real-time web search via the Brave Search API. The fastest way to add up-to-date knowledge without paying for Perplexity.
- DuckDuckGo MCPWeb search through DuckDuckGo with built-in rate limiting, SafeSearch, and content fetching, no API key required.
- Kagi SearchPrivacy-focused search via Kagi. Great if your team already pays for Kagi and wants Claude to use the same backend.
- DelvSearch the Delv AI tools, MCP, and Skills directory directly from inside your agent. Ask 'what's a good MCP for databases?' in Claude Desktop and get editorial picks, not a random link dump.