Back to MCP Servers

Tavily Search

AI-optimized search engine for agents with intelligent result extraction and summarization

searchwebairesearchcommunity

Installation

npm install -g tavily-mcp

Configuration

{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": ["-y", "tavily-mcp"],
      "env": {
        "TAVILY_API_KEY": "your-tavily-api-key"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub