Tavily
Official Tavily MCP server for AI search and content extraction, giving MCP clients web search, crawl, and extract tools.
Ads
Overview
The Tavily MCP server provides: - search, extract, map, crawl tools - Real-time web search capabilities through the tavily-search tool - Intelligent data extraction from web pages via the tavily-extract tool - Powerful web mapping tool that creates a structured map of website - Web crawler that systematically explores websites - Tutorial on combining Tavily MCP with Neo4j MCP server - Tutorial on integrating Tavily MCP with Cline in VS Code Connect directly to Tavily's remote MCP server instead of running it locally. This provides a seamless experience without requiring local installation or configuration.
Installation
claude mcp add --transport http tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>
Configuration
{
"mcpServers": {
"tavily-remote-mcp": {
"command": "npx -y mcp-remote https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>",
"env": {}
}Capabilities
- Search the web in real time
ask for current information, news, or answers using `tavily-search`.
- Extract structured content from URLs
pull clean, relevant data from specific web pages with `tavily-extract`.
- Map a website’s structure
get an overview of pages and sections on a domain via `tavily-map`.
- Crawl a website systematically
explore multiple linked pages from a starting URL using `tavily-crawl`.
Tags
- web-research
- search
- content-creation
- ai-agent
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.