Connects Claude to the AllFlyghts public API for geo-based flight search. You get three tools: search_locations to find airports and cities, get_city for detailed location data, and search_flights to query routes between any two places. The server is hosted at mcp.allflyghts.com, so you just need to grab an API token from AllFlyghts and add it to your MCP client config. Built in TypeScript with streamable HTTP transport, keeping the API key server-side. Useful when you want Claude to help compare routes, find connections, or answer flight availability questions without bouncing users to a search interface.
TypeScript MCP server for the AllFlyghts public API.
This repository is a standalone Node.js project. It exposes AllFlyghts data through MCP tools while keeping the public API key on the server side.
Most users don't need to install or run this code. AllFlyghts runs a managed MCP server.
Visit for more info: https://www.allflyghts.com/developers/mcp Full docs: https://www.allflyghts.com/mcp
To use it, configure your MCP client (Claude Desktop, Cursor, etc.) to
connect to this endpoint with your AllFlyghts API token in the Authorization
header:
Authorization: Bearer <your-token>
Get your token at https://www.allflyghts.com/access/sign-in
This repository contains the source code of that hosted server, made public for transparency. You can also run it locally if you want — instructions below.
search_locationsget_citysearch_flightsRequired:
ALLFLYGHTS_PUBLIC_API_BASE_URLChoose one API key source:
ALLFLYGHTS_PUBLIC_API_KEYPUBLIC_API_KEY_VAULT_URL together with MCP_PUBLIC_API_KEY_SECRET_NAMEOptional:
MCP_AUTH_TOKENMCP_AUTH_TOKEN_SECRET_NAMEMCP_SERVER_NAMEMCP_SERVER_VERSIONMCP_TRANSPORTPORTMCP_ALLOWED_ORIGINSIf MCP_AUTH_TOKEN or MCP_AUTH_TOKEN_SECRET_NAME is configured for HTTP mode, callers must send:
Authorization: Bearer <token>
npm install
Stdio mode:
npm run dev:stdio
HTTP mode:
npm run dev:http
Production builds:
npm run build
Then start either transport from dist/:
npm run start:stdio
npm run start:http
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp
io.github.sarahpark/google-search-console