Skip to content
Zed

SimConnect MCP for Zed

io.github.robin24/simconnect-mcp

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

client:Zed transport:stdio runtime:pypi

Install SimConnect MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "simconnect-mcp": {
      "command": "uvx",
      "args": [
        "simconnect-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SimConnect MCP in other clients