google flights for Cursor
io.github.andreacappelletti97/google-flights
MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.
client:Cursor
transport:stdio
runtime:npm
Install google flights in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-flights": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"google-flights-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs