mcpbeat Sign in

Google Flights MCP Server

local only

Google Flights runs on your own machine — the client starts it, so there is no endpoint to ping. 118 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 88 · avg 51 · +15% w/w
a month agotoday
118
Installs / week
npm · google-flights-mcp-server
80
Stars
26 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] shared/tools/find-airport-code.js:1, [пакет] shared/flights-client/flights-client.js:1, [пакет] shared/tools/get-date-grid.js:1 и ещё 7
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-flights -- npx -y google-flights-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-flights": {
      "args": [
        "-y",
        "google-flights-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-flights]
command = "npx"
args = ["-y", "google-flights-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-flights": {
      "args": [
        "-y",
        "google-flights-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-flights": {
      "args": [
        "-y",
        "google-flights-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Google Flights

same job, measured the same way
Serpapi Hotels
by pulsemcp

MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews.

57 installs/wk local only
Google Flights
by andreacappelletti97

MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.

135 installs/wk local only
Google Flights
by johnisanerd

Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.

answering
Google Contacts MCP
by a1-x-tech

MCP server for the Google People API: search, create, update and delete contacts and groups.

42 installs/wk local only
SerpApi
by serpapi

Official SerpApi MCP server for Google, Bing, and other search engines.

3 tools answering
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Google Researcher
by zoharbabin

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

local only

Google Flights — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Flights?
Google Flights runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package google-flights-mcp-server was installed 118 times last week.
How do I connect Google Flights?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls google-flights-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Google Flights?
The npm package google-flights-mcp-server was installed 118 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Flights open source?
Yes — it is published under the MIT licence, written in TypeScript, 80 stars on GitHub and 26 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.