tavily-mcp

tavily-ai/tavily-mcp
★ 1,383 stars JavaScript 🔍 Search Updated 1mo ago
Production ready MCP server with real-time search, extract, map & crawl.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tavily-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-ai/tavily-mcp"
      ]
    }
  }
}