Skip to main content
Glama
impca201
by impca201

Google Flights MCP – Cloudflare Workers

Un servidor Model Context Protocol (MCP) remoto que busca en Google Flights, alojado en Cloudflare Workers. Basado en salamentic/google-flights-mcp, portado a TypeScript / Cloudflare Workers.

Herramientas

Herramienta

Descripción

search_flights

Buscar vuelos de ida o ida y vuelta (códigos IATA, fechas, pasajeros, clase de asiento)

airport_search

Encontrar códigos IATA de aeropuertos por ciudad, país o nombre

get_travel_dates

Generar fechas sugeridas de salida / regreso

update_airports_database

Actualizar la lista de aeropuertos en memoria desde el CSV original

Despliegue

npm install
npx wrangler deploy

Punto de conexión MCP

Tras el despliegue, el punto de conexión MCP está disponible en:

https://google-flights-mcp-worker.<your-subdomain>.workers.dev/mcp

Conectar a Claude / Cursor / Windsurf

{
  "mcpServers": {
    "google-flights": {
      "type": "http",
      "url": "https://google-flights-mcp-worker.<your-subdomain>.workers.dev/mcp"
    }
  }
}

Licencia

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/impca201/google-flights-mcp-worker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server