Best for
- Developers needing real-time web capabilities to enhance AI responses.
- Users working within Claude Code, Cursor, or any compatible MCP client.
- Teams that require quick and reliable data extraction and search.
The Tavily MCP server is used to provide real-time web search and extraction to AI assistants, offering local or remote deployment and support for multiple clients.
The Tavily MCP server provides real-time web search, data extraction, website mapping, and crawling tools for AI agents. It can be run locally via npx or accessed through a remote server URL, with support for API key and OAuth authentication.
npx -y tavily-mcp@latest.https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>.{
"mcpServers": {
"tavily-mcp": {
"command": "npx",
"args": ["-y", "tavily-mcp@latest"],
"env": {
"TAVILY_API_KEY": "your-api-key-here",
"DEFAULT_PARAMETERS": "{\"include_images\": true, \"max_results\": 15, \"search_depth\": \"advanced\"}"
}
}
}
}