MSFS-SimConnect-MCP

TheDigitalNinja/MSFS-SimConnect-MCP
★ 3 stars C# 🤖 AI/LLM Updated 7d ago
Model Context Protocol (MCP) server for Microsoft Flight Simulator 2024. Exposes real-time SimConnect flight data - position, altitude, airspeed, autopilot, engine status - to AI agents like Claude. Read-only tools for AI-powered flight instruction.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "msfs-simconnect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "TheDigitalNinja/MSFS-SimConnect-MCP"
      ]
    }
  }
}

Topics

flight-simulatormcpmcp-servermsfs2024