Skip to content
VS Code

Q-SYS MCP for VS Code

io.github.reowens/qsys-mcp

Control QSC Q-SYS systems over QRC from AI agents or Claude.

client:VS Code transport:stdio runtime:npm

Install Q-SYS MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "qsys-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "qsys-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Q-SYS MCP in other clients