Server Config
{
"mcpServers": {
"tavily-search": {
"command": "node",
"args": [
"/path/to/tavily-search-mcp-server/dist/index.js"
],
"env": {
"TAVILY_API_KEY": "your_tavily_api_key_here"
}
}
}
}