Give your AI assistant live web search and a crawler
Tavily MCP wraps real-time search, extraction, and crawling into standard MCP tools so Claude, Cursor, and other agents can read the live web.

What it does Tavily MCP is a Node-based MCP server that exposes Tavily’s web API as four standard tools—search, extract, map, and crawl—so any MCP-compatible client can read the live web. Your agent gets real-time search results, structured page extraction, site mapping, and systematic crawling instead of relying on static training data. You can run it locally or use Tavily’s hosted remote server and skip installation entirely.
The interesting bit
The project leans hard into convenience: the remote server at mcp.tavily.com means zero local dependencies beyond an API key or OAuth flow. The optional TAVILY_HUMAN_ID environment variable, hashed server-side before storage, is a rare privacy-conscious nod to multi-user deployments that need analytics.
Key highlights
- Four MCP tools:
tavily-search,tavily-extract,tavily-map, andtavily-crawl - Fully hosted remote option with OAuth and API-key authentication
- Default request parameters configurable via
DEFAULT_PARAMETERSheader or env var - Per-user analytics support via hashed
X-Human-Idforwarding - Ready-made connection guides for Claude Code and Cursor
Verdict Worth a look if you already use Tavily and want your Claude or Cursor instance to stop hallucinating about last year’s documentation. Skip it if you need a self-hosted, offline search backend—this is a commercial-API wrapper, not a search engine in a box.
Frequently asked
- What is tavily-ai/tavily-mcp?
- Tavily MCP wraps real-time search, extraction, and crawling into standard MCP tools so Claude, Cursor, and other agents can read the live web.
- Is tavily-mcp open source?
- Yes — tavily-ai/tavily-mcp is open source, released under the MIT license.
- What language is tavily-mcp written in?
- tavily-ai/tavily-mcp is primarily written in TypeScript.
- How popular is tavily-mcp?
- tavily-ai/tavily-mcp has 2.4k stars on GitHub and is currently holding steady.
- Where can I find tavily-mcp?
- tavily-ai/tavily-mcp is on GitHub at https://github.com/tavily-ai/tavily-mcp.