Skip to content
Cursor

Q-SYS MCP for Cursor

io.github.reowens/qsys-mcp

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

client:Cursor transport:stdio runtime:npm

Install Q-SYS MCP in Cursor

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

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

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

Q-SYS MCP in other clients