Tavily MCP Server
Tavily's MCP server for real-time web search, page extraction, site mapping and crawling.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Research agents that need search plus full-page extraction from one provider.
You don't want a Tavily account; the server needs a Tavily API key or OAuth sign-in.
About Tavily MCP Server
Tavily's official MCP server provides search, extract, map and crawl tools: real-time web search, extraction of page content, a structured map of a website and a crawler that explores sites systematically. Connect to the hosted remote server with an API key or OAuth, or run it locally with npx.
Tavily MCP Server is an open-source project written primarily in TypeScript, with 2.4k stars on GitHub. It was last updated in September 2026.
Add Tavily MCP Server to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead. Replace <your-api-key> with your own value first.
Claude Code
claude mcp add --transport http tavily-mcp 'https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>'Cursor
{
"mcpServers": {
"tavily-mcp": {
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>"
}
}
}VS Code
{
"servers": {
"tavily-mcp": {
"type": "http",
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>"
}
}
}Codex
codex mcp add tavily-mcp --url 'https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>'Tavily MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Tavily MCP Serverthis listing | 2.4k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
