Skip to content
Cursor

google flights for Cursor

com.pulsemcp/google-flights

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

google flights in other clients