The Aerofly Startgerät MCP server acts as an interface usable by local AI clients to set up flight plans as well as other flight parameters in Aerofly FS 4.
The Aerofly Startgerät MCP server is available as a pre-packaged MCPB file (which can be used with Claude Desktop), as a stand-alone Node.js application to use with any other local AI tool which can access a local MCP server, or as a stand-alone application which does not require Node.js but needs to be available for your operating system.

There are multiple installation options:
This installation method requires Node.js in at least version 20 to be installed on your local computer.
node --versionThe Aerofly Startgerät runs directly via npx installed alongside node, which automatically downloads and executes the latest version.
Call this tool by opening the pre-installed terminal application of your computer and execute this command:
npx @fboes/aerofly-startgeraet@latest aerofly-startgeraet-mcp
This will automatically download the latest version of this application and show the main menu of the Aerofly Startgerät.
If you do not want to have Node.js installed, you can also download a pre-compiled version of this tool, which runs on our local machine.
After downloading, mark the file as executable:
# Linux
chmod +x aerofly-startgeraet-mcp-linux
# or on macOS - Silicon chip
chmod +x aerofly-startgeraet-mcp-macos-arm64
# or on macOS - Intel chip
chmod +x aerofly-startgeraet-mcp-macos-x64
Then run it:
# Linux
./aerofly-startgeraet-mcp-linux
# or on macOS - Silicon chip
./aerofly-startgeraet-mcp-macos-arm64
# or on macOS - Intel chip
./aerofly-startgeraet-mcp-macos-x64
macOS may block the file as it is from an unidentified developer. To allow it:
xattr -dr com.apple.quarantine aerofly-startgeraet-mcp-macos-arm64
Or via System Settings → Privacy & Security → Allow anyway.
Simply double-click aerofly-startgeraet-mcp-windows.exe or run it in PowerShell:
.\aerofly-startgeraet-mcp-windows.exe
For convenience you may want to add a desktop shortcut:
After the MCP server has been registered with your local AI client, prompting the AI to build a flight plan for Aerofly FS 4 should automatically let the AI decide to use the MCP server and its capabilities.
[!WARNING] Aerofly FS 4 must not be started while using the Aerofly Startgerät MCP server. Settings generated by the Aerofly Startgerät MCP server will only be read by Aerofly FS 4 on start-up of the simulator.
The MCP server offers:
[!WARNING] The Aerofly Startgerät MCP server may break your
main.mcf. Be sure to have a backup of this file.
Once an MCP server is added to a local AI client, its tool definitions are loaded into every conversation — including ones where you don’t use the server at all. This increases your input token consumption per request and reduces the context window available for your actual conversation.
[!WARNING] To avoid unnecessary overhead, remove MCP servers you don’t regularly need.