OctoTrip Flights for VS Code
app.octotrip/flights
Free, no-login flight search with real-time pricing from multiple airlines.
client:VS Code
transport:streamable-http
Install OctoTrip Flights in VS Code
.vscode/mcp.json
{
"servers": {
"flights": {
"type": "http",
"url": "https://mcp.octotrip.app/flights/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs