Tavily MCP Server for Zed
io.github.seey215/tavily-mcp
MCP server for advanced web search using Tavily API.
client:Zed
transport:stdio
runtime:npm
Install Tavily MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"@toolsdk.ai/tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "<TAVILY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs