Production ready MCP server with real-time search, extract, map & crawl.
Production ready MCP server with real-time search, extract, map & crawl.
Is it safe?
No known CVEs for tavily-mcp.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 3 days ago. 1,626 GitHub stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
4 tools. Estimated ~200 tokens of your context window (0.1% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"tavily-mcp": {
"env": {
"TAVILY_API_KEY": "your-api-key"
},
"args": [
"-y",
"tavily-mcp@latest"
],
"command": "npx"
}
}
}TAVILY_API_KEYTavily API Key1. Sign up at tavily.com 2. Go to your dashboard 3. Copy your API keyOpen Tavily API Key page
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y tavily-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
tavily-searchReal-time web search capabilities
tavily-extractIntelligent data extraction from web pages
tavily-mapPowerful web mapping tool that creates a structured map of website
tavily-crawlWeb crawler that systematically explores websites
Last scanned just now
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.