TL;DR
Tavily is a Search MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent aI-optimized web search and extraction. Install in 1 minute with mcpizy install tavily.
Tavily
Install verified 4 toolsSearch
AI-optimized web search and extraction
Official homepageRepo audit: 90/100 โ actively maintained, documented and licensed
Scored on licence, adoption, maintenance and documentation of tavily-ai/tavily-mcp. We show the grade whether it flatters the server or not.
last commit 3 days ago ยท 2,349 stars ยท MIT licence ยท 47 open issues
Read the full audit on CheckMCPInstall Tavily
mcpizy install tavilynpx -y tavily-mcpTools exposed
4 tools availabletavily_searchAI-optimised web search with citations
tavily_searchAI-optimised web search with citations
Inputs
querystringrequiredmax_resultsnumberoptional
tavily_extractExtract content from one or more URLs
tavily_extractExtract content from one or more URLs
Inputs
urlsstring[]required
tavily_crawlCrawl a website and return structured content
tavily_crawlCrawl a website and return structured content
Inputs
urlstringrequired
tavily_mapReturn the site map of a URL
tavily_mapReturn the site map of a URL
Inputs
urlstringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@latest"
],
"env": {
"TAVILY_API_KEY": "tvly-..."
}
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@latest"
],
"env": {
"TAVILY_API_KEY": "tvly-..."
}
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@latest"
],
"env": {
"TAVILY_API_KEY": "tvly-..."
}
}
}
}Authentication setup
- 1
Create an API key in the Tavily dashboard (free tier available)
Get itTAVILY_API_KEY
What you can do with Tavily MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
โSearch the web for 'latest iPhone 17 release date' and give me 3 sourcesโ
Uses: tavily_search
โExtract the full text of these 5 research papersโ
Uses: tavily_extract
โMap the structure of docs.anthropic.comโ
Uses: tavily_map
Works with
More Search MCPs
DuckDuckGo
Privacy-first web search engine
Kagi Search
Search the web using Kagi's premium, ad-free search API. High-quality results without tracking.
Inkeep
RAG search over your documentation and content. AI-powered knowledge base.
Search1API
One API for search, crawling, and sitemaps. Unified web intelligence.
Alternatives to Tavily
If Tavily doesn't fit your stack, these Search MCP servers solve similar problems.
Frequently asked questions
What is the Tavily MCP server?
Tavily is listed as an Search Model Context Protocol server whose documented purpose is to let an MCP-compatible agent aI-optimized web search and extraction. Client support, permissions and authentication remain specific to the upstream project.
How do I install Tavily MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install tavily` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y tavily-mcp` and restarting Claude Code.
Does MCPizy charge to view or install Tavily MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Tavily MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Tavily MCP?
Its documented purpose is to let an MCP-compatible agent aI-optimized web search and extraction. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory