Quick Use
Add the following to .mcp.json:
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": ["-y", "tavily-mcp"],
"env": { "TAVILY_API_KEY": "tvly-your-key" }
}
}
}Intro
Tavily is a search API purpose-built for AI agents and RAG pipelines, with 5,000+ GitHub stars. It returns clean, LLM-ready text — no HTML parsing required. Offers an MCP server plus Python and JS SDKs. Ideal for building AI agents that need real-time web knowledge.
Source & Thanks
Created by Tavily. Licensed under MIT.
tavily — ⭐ 5,000+