mcps / tavily
MCPExplorer Verified

Tavily MCP server

Real-time web search, extract, map, and crawl for agents.

Web searchby TavilyhealthyAPI keyFree tier · usage-based

01What it is

Tavily's MCP server gives an agent a search engine built for LLMs: real-time web search, clean content extraction, site mapping, and systematic crawling. It's the retrieval layer for research and grounding agents that need fresh, citable web data.

Who it’s for: Research and RAG agents that need current, structured web information — not a stale training cutoff.


02Highlights
Search built for LLMs
tavily-search returns real-time, relevance-ranked results tuned for agent consumption.
Extract & map
Pull clean content from any URL and map a site's structure before crawling.
Crawl systematically
tavily-crawl explores a site methodically for deeper research.

03Add it to your agent

Local MCP server — runs on your machine via the command below.

claude mcp add tavily -e TAVILY_API_KEY=tvly-xxx -- npx -y tavily-mcp@latest
{ "mcpServers": { "tavily": { "command": "npx", "args": ["-y","tavily-mcp@latest"] } } }

07FAQ
What is Tavily MCP?

Tavily's MCP server gives an agent a search engine built for LLMs: real-time web search, clean content extraction, site mapping, and systematic crawling. It's the retrieval layer for research and grounding agents that need fresh, citable web data.

Who is Tavily for?

Research and RAG agents that need current, structured web information — not a stale training cutoff.

How do I connect Tavily to my agent?

Tavily runs locally over stdio. Add it to your MCP client config: claude mcp add tavily -e TAVILY_API_KEY=tvly-xxx -- npx -y tavily-mcp@latest.

Does Tavily require authentication?

Yes — Tavily authenticates with API key. You connect your own account, and it acts only within the scopes you grant.

How much does Tavily cost?

Free tier · usage-based.

Is Tavily verified on MCPExplorer?

Yes — Tavily is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look.

ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.
FullEnrich
Sales & enrichment
B2B contact enrichment for your agent.
CompanyEnrich
Company data
Real-time company & people intelligence.

09Badge

Tavily is featured on MCPExplorer. Add this badge to Tavily’s site or README — it links back to this page.

Tavily MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/tavily" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/tavily.svg" alt="Tavily MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Tavily MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/tavily.svg)](https://mcpexplorer.com/mcps/tavily)

Get started

Set up Tavily and put it to work — Free tier · usage-based. Or see its full verified profile.