Search & Knowledge
Tavily MCP
Tavily MCP provides AI-optimized search capabilities built specifically for LLMs and AI agents. Get real-time web search results with AI-generated summaries, extract content from pages, and perform deep research across the web. Results are pre-processed and formatted for maximum AI comprehension.
Stars
1.3k
Installs
29.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 1.3k · catalog
- Freshness: Updated 2026-01-21
- Used in 1 known stack
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: TAVILY_API_KEY
- · Node.js 18+
Reference command
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": ["-y", "tavily-mcp"],
"env": {
"TAVILY_API_KEY": "<your-api-key>"
}
}
}
}