MCP server

Tavily
MCPOfficial Tavily MCP. Search, then extract.
Tavily’s own server. Web search with an extract step so the model isn’t guessing from titles.
latest·Apache-2.0·Updated this quarter·github.com/tavily-ai/tavily-mcp·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "…"
}
}
}
}By Tavily
Spec
What the server actually exposes.
search
readTavily web search.
extract
readClean content from a URL.
research
readA longer gather across sources.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
tavily-mcp.mcp/tools
Tools
- read
search
Tavily web search.
- read
extract
Clean content from a URL.
- read
research
A longer gather across sources.
Last call
{ "ok": true,
"tool": "search",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
