Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Q-SYS MCP

NPM · QSYS-MCP · SCANNED AUG 3

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

Available components

+33 this week 79 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to reowens/qsys-tools). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 23 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2601 tokens (~104/item across 25 items; 25 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · qsys-mcp

# add to Claude Code
claude mcp add reowens-qsys-mcp -- npx -y qsys-mcp
# add to Codex CLI
codex mcp add reowens-qsys-mcp -- npx -y qsys-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "reowens-qsys-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "qsys-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add reowens-qsys-mcp --command npx --arg -y --arg qsys-mcp
# ~/.hermes/config.yaml
mcp_servers:
  reowens-qsys-mcp:
    command: "npx"
    args: ["-y", "qsys-mcp"]
// mcp.json
{
  "mcpServers": {
    "reowens-qsys-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "qsys-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +58
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • The attested source repository moved: reowens/qsys-tools security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
reowens/qsys-tools
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/reowens/qsys-tools/.github/workflows/publish.yml@refs/tags/qsys-mcp-v0.6.0
Rekor log index:
2136215530
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:775ae8c024b9a3801344745546d0edd6118fe0d133847a22b074593d2f4bf4a5c11813714d830f22aadb9dc872e10032c74dad92705b7aeca299e3af8
Discovery method:
attestation_endpoint
Dependencies 96 packages

96 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 25 exposed · ~2,601 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
qsys_change_group_add_component ~76

Add a named component's controls to a change group so you can poll them for changes (ChangeGroup.AddComponentControl).

NameTypeReqDescription
componentstringyesComponent name
controlsarrayyesControl names within the component to watch
idstringyesChange group id (any string; reused on poll)

No output schema declared.

No examples provided.

qsys_change_group_clear ~36

Remove all controls from a change group without destroying it (ChangeGroup.Clear).

NameTypeReqDescription
idstringyesChange group id

No output schema declared.

No examples provided.

qsys_change_group_invalidate ~57

Invalidate a change group so the next poll resends every watched control, not just the changes (ChangeGroup.Invalidate). Handy after a reconnect to force a full snapshot.

NameTypeReqDescription
idstringyesChange group id

No output schema declared.

No examples provided.

qsys_change_group_remove ~58

Remove Named Controls from a change group, leaving the group in place (ChangeGroup.Remove). Returns any unknown control names.

NameTypeReqDescription
controlsarrayyesNamed Control names to stop watching
idstringyesChange group id

No output schema declared.

No examples provided.

qsys_connect ~224

Connect to a Q-SYS Core or to Q-SYS Designer running in Emulate mode (press F6 in Designer), over the QRC protocol (TCP). For a local emulator use host "127.0.0.1" and port 1710. Must be called before any other tool.

NameTypeReqDescription
allow_live_writesbooleanPermit write tools against a LIVE (non-emulator) Core. Default false: writes are refused unless the target reports IsEmulator=true. Set true only when the user has explicitly approved changing a real…
hoststringCore IP/hostname, or 127.0.0.1 for a local Designer emulator
passwordstringPassword, if the design requires authentication
portintegerQRC port (default 1710)
reconnectbooleanAuto-reconnect on a dropped socket (Core restart, network blip), replaying change-group registrations so polling resumes. Default true.
userstringUsername, if the design requires authentication

No output schema declared.

No examples provided.

qsys_create_change_group ~66

Create a change group (or add Named Controls to an existing one) so you can poll for changes (ChangeGroup.AddControl).

NameTypeReqDescription
controlsarrayyesNamed Control names to watch
idstringyesChange group id (any string; reused on poll)

No output schema declared.

No examples provided.

qsys_destroy_change_group ~36

Destroy a change group, freeing its server-side state (ChangeGroup.Destroy).

NameTypeReqDescription
idstringyesChange group id

No output schema declared.

No examples provided.

qsys_disconnect ~31

Close the QRC connection to the Core/emulator. A later qsys_connect is required before other tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

qsys_get_component ~43

Get specific control values within a named component (Component.Get).

NameTypeReqDescription
controlsarrayyesControl names within the component
namestringyesComponent name

No output schema declared.

No examples provided.

qsys_get_component_controls ~93

List a named component's controls and current values (Component.GetControls). Use filter/names_only to trim large components.

NameTypeReqDescription
filterstringCase-insensitive substring; only controls whose name contains it are returned
namestringyesComponent name (as returned by qsys_list_components)
names_onlybooleanReturn only control names (drop values/positions) to save context

No output schema declared.

No examples provided.

qsys_get_control ~34

Get the current values of one or more Named Controls (Control.Get).

NameTypeReqDescription
namesarrayyesNamed Control names

No output schema declared.

No examples provided.

qsys_list_components ~160

List named components in the running/emulated design, with type and properties (Component.GetComponents). On large designs use filter/type/names_only to trim the response. Note: QRC only sees components whose Designer "Script Access" is set to External or All (None is the default) — a component missing here, or one that silently ignores writes, most likely needs its Code Name + Script Access set in Designer.

NameTypeReqDescription
filterstringCase-insensitive substring; only components whose name contains it are returned
names_onlybooleanReturn only name + type per component (drop properties) to save context
typestringCase-insensitive substring on component type (e.g. "gain", "mixer")

No output schema declared.

No examples provided.

qsys_load_snapshot ~85

Recall control settings from a saved snapshot bank/number, optionally ramped over seconds (Snapshot.Load). This MUTATES the running/emulated system.

NameTypeReqDescription
bankstringyesSnapshot bank name, as named in Q-SYS Designer
numberintegeryesSnapshot number within the bank (1-based)
rampnumberRamp time in seconds (optional)

No output schema declared.

No examples provided.

qsys_loop_player_start ~254

Schedule one or more audio files to play on a Loop Player component (LoopPlayer.Start). This MUTATES the running/emulated system. There is no QRC method to browse Core files — pass a file path you already know. Read Loop Player state back via qsys_get_component.

NameTypeReqDescription
filesarrayyesOne file→output assignment per entry (a Files entry carries only name + output; the options below apply to the whole job)
logbooleanLog start + errors to the Core event log (default false)
loopbooleanLoop playback continuously (default false)
namestringyesLoop Player component name (its "Code Name")
refIdstringIf set, the Core logs an async failure notification for this job (the notification is not surfaced by these tools yet)
seeknumberOffset into the file to start playback, in seconds (default 0)
startTimenumber-1 = now, -2 = queue after current, ≥0 = absolute time-of-day (s). Omitted → Core default (0). With Time source "None", 0 plays now and >0 has no effect.

No output schema declared.

No examples provided.

qsys_loop_player_stop_cancel ~160

Stop current playback on outputs (op "stop"), or cancel a pending/queued future-start job without disrupting current playback (op "cancel") — LoopPlayer.Stop / LoopPlayer.Cancel. Outputs is a list of integer output numbers (e.g. [1, 2]). This MUTATES the running/emulated system.

NameTypeReqDescription
logbooleanLog the stop/cancel to the Core event log (default false)
namestringyesLoop Player component name (its "Code Name")
opstringyes"stop" halts current playback; "cancel" aborts a queued future-start job
outputsarrayyesOutput track numbers as an integer list, e.g. [1, 2]

No output schema declared.

No examples provided.

qsys_mixer_set_crosspoint ~259

Set gain/delay (number, ramped) or mute/solo (boolean) on the crosspoints of an input×output selection (Mixer.SetCrossPoint{Gain,Delay,Mute,Solo}). This MUTATES the running/emulated system. Read mixer state back via qsys_get_component.

NameTypeReqDescription
inputsstringyesInput selector — QRC String Syntax: "*" (all), "1 2 3"/"1,2,3" (list), "1-6" (range), "!3" (negate), combinable ("1-8 !3")
namestringyesMixer component name
opstringyesWhich crosspoint property to set
outputsstringyesOutput selector — QRC String Syntax: "*" (all), "1 2 3"/"1,2,3" (list), "1-6" (range), "!3" (negate), combinable ("1-8 !3")
rampnumberRamp time in seconds — gain/delay only, ignored otherwise
valuenumber|booleanyesNumber (dB/seconds) for gain/delay; boolean for mute/solo

No output schema declared.

No examples provided.

qsys_mixer_set_cue ~132

Set gain (number, ramped) or mute (boolean) on selected mixer cues (Mixer.SetCue{Gain,Mute}). This MUTATES the running/emulated system. Read mixer state back via qsys_get_component.

NameTypeReqDescription
cuesstringyesCue selector (string specification of mixer cues)
namestringyesMixer component name
opstringyesWhich cue property to set
rampnumberRamp time in seconds — gain only, ignored otherwise
valuenumber|booleanyesNumber (dB) for gain; boolean for mute

No output schema declared.

No examples provided.

qsys_mixer_set_cue_input ~173

Enable an input on a cue, or set its AFL (after-fade listen) flag (boolean) (Mixer.SetInputCue{Enable,Afl}). This MUTATES the running/emulated system. Read mixer state back via qsys_get_component.

NameTypeReqDescription
cuesstringyesCue selector (string specification of mixer cues)
inputsstringyesInput selector — QRC String Syntax: "*" (all), "1 2 3"/"1,2,3" (list), "1-6" (range), "!3" (negate), combinable ("1-8 !3")
namestringyesMixer component name
opstringyesSet cue-input enable, or AFL monitoring
valuenumber|booleanyesBoolean

No output schema declared.

No examples provided.

qsys_mixer_set_input ~181

Set gain (number, ramped) or mute/solo (boolean) on selected mixer inputs (Mixer.SetInput{Gain,Mute,Solo}). This MUTATES the running/emulated system. Read mixer state back via qsys_get_component.

NameTypeReqDescription
inputsstringyesInput selector — QRC String Syntax: "*" (all), "1 2 3"/"1,2,3" (list), "1-6" (range), "!3" (negate), combinable ("1-8 !3")
namestringyesMixer component name
opstringyesWhich input property to set
rampnumberRamp time in seconds — gain only, ignored otherwise
valuenumber|booleanyesNumber (dB) for gain; boolean for mute/solo

No output schema declared.

No examples provided.

qsys_mixer_set_output ~175

Set gain (number, ramped) or mute (boolean) on selected mixer outputs (Mixer.SetOutput{Gain,Mute}). This MUTATES the running/emulated system. Read mixer state back via qsys_get_component.

NameTypeReqDescription
namestringyesMixer component name
opstringyesWhich output property to set
outputsstringyesOutput selector — QRC String Syntax: "*" (all), "1 2 3"/"1,2,3" (list), "1-6" (range), "!3" (negate), combinable ("1-8 !3")
rampnumberRamp time in seconds — gain only, ignored otherwise
valuenumber|booleanyesNumber (dB) for gain; boolean for mute

No output schema declared.

No examples provided.

qsys_poll_change_group ~41

Poll a change group; returns the controls that changed since the last poll (ChangeGroup.Poll).

NameTypeReqDescription
idstringyesChange group id

No output schema declared.

No examples provided.

qsys_save_snapshot ~66

Capture the current control settings into a snapshot bank/number (Snapshot.Save). This OVERWRITES the stored snapshot.

NameTypeReqDescription
bankstringyesSnapshot bank name, as named in Q-SYS Designer
numberintegeryesSnapshot number within the bank (1-based)

No output schema declared.

No examples provided.

qsys_set_component ~54

Set one or more control values within a named component, each optionally ramped (Component.Set). This MUTATES the running/emulated system.

NameTypeReqDescription
controlsarrayyes
namestringyesComponent name

No output schema declared.

No examples provided.

qsys_set_control ~79

Set a Named Control value, optionally ramped over a number of seconds (Control.Set). This MUTATES the running/emulated system.

NameTypeReqDescription
namestringyesNamed Control name
rampnumberRamp time in seconds (optional)
valuenumber|string|booleanyesNew value (number, string, or boolean)

No output schema declared.

No examples provided.

qsys_status ~28

Get the Q-SYS engine status: platform, design name, run state, emulator flag.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.