Tavily
Created 6 months ago
Tavily MCP server provides search, extract, map, and crawl tools with real-time web search capabilities.
development
location
documentation
public
MCP
What is Tavily?
Search engine for AI agents (search + extract) powered by [Tavily](https://tavily.com/)
Documentation
Tavily MCP Server Documentation
Overview
The Tavily MCP server provides tools for search, extraction, mapping, and crawling.
Installation
To install Tavily MCP Server, use the following command:
npx -y tavily-mcp@latest
Remote MCP Server
Connect directly to Tavily's remote MCP server using your Tavily API key:
https://mcp.tavily.com/mcp/?tavilyApiKey=
Configuration# For Claude Desktop
- Open Claude Desktop and navigate to settings.
- Add the Tavily MCP server configuration.
For VS Code
- Open User Settings (JSON) and add the configuration.
Acknowledgments
Server Config
{
"mcpServers": {
"tavily-server": {
"command": "npx",
"args": [
"tavily"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Tavily AI
Category:
official
License:
MIT
Tags:
development
location
documentation