Tavily Search MCP
LLM-optimized web search and extraction
Official Tavily MCP server — a search API built for AI agents. Exposes real-time web search, content extraction, site mapping and crawling, returning clean structured results LLMs can act on. Get a free-tier API key (tvly-…), drop it in the config, and your agent can ground answers in current data. Runs locally via npx or as a hosted remote endpoint.
Install Tavily Search MCP
Paste into claude_desktop_config.json
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@latest"
]
}
}
}Run in your terminal
claude mcp add tavily -- npx -y tavily-mcp@latest Paste into .cursor/mcp.json
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@latest"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 3,200
- Maintainer
- Tavily (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.