google flights for VS Code
io.github.andreacappelletti97/google-flights
MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.
client:VS Code
transport:stdio
runtime:npm
Install google flights in VS Code
.vscode/mcp.json
{
"servers": {
"google-flights": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"google-flights-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs