msfs2024-mcp-server

Dav41K9/msfs2024-mcp-server
★ 0 stars Go 📁 File System Updated today
Read-only MCP server for MSFS 2024 via SimConnect TCP
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "msfs2024-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/Dav41K9/msfs2024-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

Read-only MCP server (Model Context Protocol) for Microsoft Flight Simulator 2024. Connects to SimConnect via TCP `127.0.0.1:50000`. Exposes both STDIO and HTTP/SSE transports. ``` cmd/server/main.go # Entry point (SSE + STDIO) internal/ mcp/server.go # MCP server + tool registration

Tools (6)

SetDataOnSimObjectget_aircraft_positionget_current_waypoint_infoget_flight_plan_progressget_nav_autopilot_statusping_simconnect