Back to Search
Tavily Search
Integrates with the Tavily API to provide web search capabilities, enabling internet searches and fact-checking for up-to-date information retrieval.
Last updated: 1/27/2026
README
# mcp-tavily-search
MCP server to give client the ability to search on the internet
# Usage
For this MCP server to work, add the following configuration to your MCP config file:
```json
{
"mcpServers": {
"tavily_search": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-tavily-search",
"run",
"python",
"main.py"
]
}
}
}
```
Also provide `TAVILY_API_KEY` in `.env`
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"tavily-search-7": {
// See GitHub repository for configuration
}
}
}See the GitHub repository for full installation instructions.