Skip to content
Cursor

SimConnect MCP for Cursor

io.github.robin24/simconnect-mcp

MCP server for MSFS SimConnect - full read/write access to SimVars, L-vars and events

client:Cursor transport:stdio runtime:pypi

Install SimConnect MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "simconnect-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "simconnect-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SimConnect MCP in other clients