mcps / tavily
✓ MCPExplorer Verified

Tavily MCP server

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

Web searchby TavilyunknownAPI 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"] } } }

06Badge

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.