Geo-based flight search MCP server. Find more flights between any two places on earth
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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:
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:
Stdio mode:
HTTP mode:
Production builds:
Then start either transport from dist/:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/allflyghts)<a href="https://allmcps.com/mcp/allflyghts"><img src="https://allmcps.com/api/badge/allflyghts?style=directory" alt="ALLFLYGHTS on AllMCPs" /></a>