google flights for Zed
io.github.andreacappelletti97/google-flights
MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.
client:Zed
transport:stdio
runtime:npm
Install google flights in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-flights": {
"command": "npx",
"args": [
"-y",
"google-flights-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs