Back to MCP Servers
Tavily Search
AI-optimized search engine for agents with intelligent result extraction and summarization
searchwebairesearchcommunity
By Tavily
Installation
npm install -g tavily-mcpConfiguration
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": ["-y", "tavily-mcp"],
"env": {
"TAVILY_API_KEY": "your-tavily-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes