# flybywiresim/aircraft | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 5,394 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "aircraft": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-aircraft" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "aircraft": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-aircraft" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-aircraft` - **Docker**: `docker run -i --rm mcp/aircraft`