RadarSearch & web
Tavily
Search & web · MCP Server
About Tavily
The Tavily MCP server provides search and content extraction tuned for LLM agents, returning concise, relevant results to ground answers.
Search and extract built for agents.
CategorySearch & web
TypeMCP Server
SourceOfficial
WebsiteInstalling Tavily
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add tavily -- npx -y tavily-mcp
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "<your TAVILY_API_KEY>"
}
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Requires TAVILY_API_KEY, get this from the maintainer. Never commit them.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.