MCP ServerFeatured
Tavily MCP Server
by Tavily AI
Tavily search and extract for LLM-optimized web data.
About Tavily
The Tavily MCP server provides seamless integration with tavily-search and tavily-extract, offering AI models real-time access to web information, advanced filtering, and domain-specific search features. Compatible with Cline, Cursor, and Claude Desktop.
Tags
searchweb-extractionresearchai-search
How to install Tavily
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-tavily"]
}
}
}Example shape only — see the repository for the canonical install command.