Back to MCP Servers
Tavily.git
Tavily AI search API
search-data-extractionapiai
By kshern
Installation
npx -y mcp-tavily.gitConfiguration
{
"mcpServers": {
"mcp-tavily.git": {
"command": "npx",
"args": ["-y", "mcp-tavily.git"]
}
}
}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