google flights for VS Code
io.github.johnisanerd/google-flights
Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.
client:VS Code
transport:streamable-http
Install google flights in VS Code
.vscode/mcp.json
{
"servers": {
"google-flights": {
"type": "http",
"url": "https://mcp.apify.com/?tools=johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs