Tavily
Official
🔍 Search & Research
Real-time web search, content extraction, and crawling optimized for AI and RAG pipelines. Get clean, structured results from the web.
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "your-tavily-api-key-here"
}
}
}
}