Search
Tavily
AI-optimized search API MCP server designed specifically for AI agents and RAG workflows.
Install
npx -y tavily-mcpAI-optimized search API MCP server designed specifically for AI agents and RAG workflows.
npx -y tavily-mcpTavily is an AI-optimized search API built specifically for AI agents and RAG workflows. Unlike general-purpose search APIs, Tavily returns clean, LLM-ready content with structured answers and source attribution.
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": ["-y", "tavily-mcp"],
"env": {
"TAVILY_API_KEY": "<YOUR_API_KEY>"
}
}
}
}