AI-optimized web search — search the web and extract content optimized for LLM consumption
TAVILY_API_KEYnpx @getmcp/cli add tavilyConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@latest"
],
"env": {
"TAVILY_API_KEY": ""
}
}
}
}