Featured
Y
Your brand here
Get featured
MCP ServerSTDIO

Tavily MCP Server

The Tavily MCP server, maintained by Tavily, is a search engine built for AI agents. Beyond real-time web search it can extract clean content from specific URLs, crawl a site following links, and map a site's structure — the toolkit a research or fact-checking agent needs to gather and read sources on its own.

Hosted URL

Bring your own

Suggested model

Claude Sonnet 4.5

MCP Playground runs 40+ models on the same workflow: switch anytime, or use Compare mode to run several in parallel and balance quality vs. cost.

Auth

A Tavily API key from app.tavily.com — the free tier gives 1,000 searches a month. Deploy a sandboxed hosted instance from the MCP Playground catalog and paste the key at deploy time.

What the Tavily MCP server does

How models use it and what it is built for.

The Tavily MCP server wraps the Tavily API as four MCP tools. Models can run a real-time web search tuned for LLM consumption, extract the main content from one or more URLs as clean markdown, crawl a site by following links to a set depth, and map a site's URL structure without fetching every page. It runs as a Node.js stdio process configured with a Tavily API key, whose free tier includes 1,000 searches a month. Because it combines search with extraction and crawling, a single Tavily connection can power an end-to-end research loop: find sources, open them, and pull structured content back.

Tools the Tavily MCP server exposes

Typical tools an AI model can call. Exact names vary by version.

  • tavily-search — real-time web search tuned for AI, with depth and domain filters
  • tavily-extract — pull clean markdown content from one or more specific URLs
  • tavily-crawl — crawl a site by following links to a configurable depth
  • tavily-map — map a website's URL structure without fetching full page content

Example prompts to try

Copy any of these into MCP Agent Studio after connecting.

  • Search for the three most-cited papers on MCP security and extract the abstract from each.

  • Crawl the docs at modelcontextprotocol.io two levels deep and list every page about transports.

  • Extract the full article at this URL as clean markdown so I can quote it.

  • Map the structure of example.com and tell me which sections have a pricing page.

Models on MCP Playground

This is not a single-model product: you get the same MCP connection with 40+ models (Claude, GPT, Gemini, DeepSeek, open-weight, and more), you can switch mid-conversation, and you can open Compare mode to run the same prompt against multiple models at once. The card above is a suggested starting point for this server — not the only choice.

Default pick for Tavily

Claude Sonnet 4.5

Claude Sonnet 4.5 orchestrates the search → extract → crawl loop well and knows when each tool applies. Use Haiku 4.5 for single search-and-extract calls.

Try the Tavily MCP server in your browser

Open MCP Agent Studio with the connection pre-filled. Add your token, pick any of 40+ models, and start chatting — no install required.

Open Agent Studio

Tavily MCP server — FAQ

Common questions about connecting, scoping and using it safely.

What is the Tavily MCP server?

It is the official MCP server from Tavily, a search engine designed for AI agents. It exposes search, extract, crawl and map tools so a model can find sources, read them and traverse sites through the Model Context Protocol.

Which tools does the Tavily MCP server expose?

Four tools: tavily-search for real-time web search, tavily-extract to pull clean markdown from specific URLs, tavily-crawl to follow links across a site to a set depth, and tavily-map to map a site's URL structure.

How is Tavily different from Brave Search or Perplexity?

Brave returns ranked links; Perplexity returns a finished cited answer. Tavily sits in between and adds extraction and crawling, so it is the best fit when an agent needs to open specific pages and pull structured content, not just get a list or a summary.

Is there a free Tavily tier?

Yes. Tavily's free plan includes 1,000 searches per month, which is enough to evaluate the server and run light research workloads. Higher volumes need a paid plan, but the MCP tools are identical.

How do I test a Tavily MCP server in the browser?

Open MCP Agent Studio, deploy the hosted Tavily server from the catalog, paste your Tavily API key, pick a model and ask it to research something. You can watch each tavily-search and tavily-extract call and its output live.

Other MCP servers

More on MCP Playground

Tavily MCP Server — AI Web Search, Extract & Crawl