Skip to content
Zed

google flights for Zed

com.pulsemcp/google-flights

MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup.

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-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

google flights in other clients