Tavily
FreeTavily 官方集成,专为 AI 代理设计的搜索引擎(搜索+提取)。
FreeFree tier
About Tavily
Tavily MCP Server is a production-ready Model Context Protocol (MCP) server that provides four core tools: real-time web search (tavily-search), intelligent data extraction from web pages (tavily-extract), structured website mapping (tavily-map), and systematic web crawling (tavily-crawl). It is designed for AI agents and developers who need to integrate real-time web capabilities into their applications. The server can be run locally or connected via a remote MCP server (https://mcp.tavily.com/mcp/), supporting seamless integration with Claude Code, Cursor, and other MCP-compatible clients. The project is open-source on GitHub.
Key Features
Real-time web search via tavily-search tool
Intelligent data extraction from web pages via tavily-extract
Powerful web mapping tool that creates a structured map of a website
Web crawler that systematically explores websites
Remote MCP server available for seamless setup without local installation
Supports integration with Claude Code, Cursor, and other MCP clients
Open-source with Docker support
Tutorials for combining with Neo4j MCP and integrating with Cline in VS Code
Pros & Cons
Pros
- Provides a comprehensive set of web tools (search, extract, map, crawl) in a single MCP server
- Production-ready and open-source
- Remote server option eliminates local setup hassle
- Easy to integrate with popular AI development tools like Claude Code and Cursor
- Well-documented with tutorials and community examples
Cons
- Requires a Tavily API key, creating a dependency on an external service
- API usage may have rate limits or costs depending on Tavily's pricing plan
Best For
AI agents needing real-time web search and data extractionDevelopers building applications that require structured website mappingAutomated web research and content gatheringIntegration with knowledge graph systems like Neo4jWeb crawling for systematic data collection
FAQ
What tools does the Tavily MCP server provide?
It provides four tools: tavily-search (real-time web search), tavily-extract (intelligent data extraction from web pages), tavily-map (structured website mapping), and tavily-crawl (systematic web crawling).
How do I connect Tavily MCP to Claude Code?
You can use the 'claude mcp add' command with the remote MCP server URL and your Tavily API key. Option 1: Pass the API key directly in the URL (claude mcp add --transport http tavily https://mcp.tavily.com/mcp/?tavilyApiKey=your-api-key). Option 2: Use OAuth authentication by adding the server without an API key and completing the authentication flow in Claude Code.
How do I connect Tavily MCP to Cursor?
Click the 'Add to Cursor' button on the GitHub README, which installs the MCP. Then edit the configuration to add your Tavily API key in the mcp.json file.
Do I need to run the Tavily MCP server locally?
No, you can connect directly to Tavily's remote MCP server at https://mcp.tavily.com/mcp/ by providing your API key. This provides a seamless experience without local installation.
Is the Tavily MCP server open source?
Yes, the server is open source and available on GitHub under the tavily-ai/tavily-mcp repository.