aircraft

GitHub

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "aircraft": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-aircraft"
      ]
    }
  }
}