Does Tavily have an MCP server?
Tavily maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.tavily.com/mcp/
- Repository
- tavily-ai/tavily-mcp
- Maintainer
- Tavily AI
- License
- MIT
- Language
- JavaScript
- Stars
- 2.3k
- Last commit
- 2d ago
- Category
- Search & Data Extraction
Production ready MCP server with real-time search, extract, map & crawl.
A remote server run by Tavily itself — nothing to install. Documented at docs.tavily.com.
Production ready MCP server with real-time search, extract, map & crawl.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http tavily https://mcp.tavily.com/mcp/Add --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.tavily.com/mcp/ - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"tavily": {
"url": "https://mcp.tavily.com/mcp/"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"tavily": {
"type": "http",
"url": "https://mcp.tavily.com/mcp/"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.tavily.com/mcp/ - Complete sign-in, then enable the connector in a new chat
Does Tavily have an official MCP server?
Yes. Tavily maintains an official MCP server, hosted at https://mcp.tavily.com/mcp/. The source lives at tavily-ai/tavily-mcp on GitHub.
How do I connect Tavily to Claude?
Add https://mcp.tavily.com/mcp/ as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http tavily https://mcp.tavily.com/mcp/" in Claude Code.
Do I need to install anything to use the Tavily MCP server?
No. It is a remote server hosted by Tavily, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Official hosted remote MCP server at mcp.tavily.com documented at docs.tavily.com, plus the open-source tavily-ai/tavily-mcp repo. GitHub metadata is refreshed every six hours.
Official hosted remote MCP server at mcp.tavily.com documented at docs.tavily.com, plus the open-source tavily-ai/tavily-mcp repo.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.