Tavily
Official SearchAI-optimized web search and content extraction built for agent workflows.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp"
]
}
}
}