Q-SYS MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 28 Jul 2026.
Control QSC Q-SYS systems over QRC from AI agents or Claude.
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
let p = Process()
out = subprocess.run(["msiinfo", "export", msi, table],
const child = spawn(command, args, { stdio: options.stdio === 'inherit' ? 'inherit' : ['ignore', 'pipe', 'pipe'] });
const helper = path.join(paths.mount, release.installerApp, 'Contents', 'Resources', 'qsys-mac');
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add qsys-mcp -- npx -y qsys-mcp
{
"mcpServers": {
"qsys-mcp": {
"args": [
"-y",
"qsys-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.qsys-mcp]
command = "npx"
args = ["-y", "qsys-mcp"]
{
"mcpServers": {
"qsys-mcp": {
"args": [
"-y",
"qsys-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"qsys-mcp": {
"args": [
"-y",
"qsys-mcp"
],
"command": "npx"
}
}
}
Control Classic Mac OS (System 7-9) from AI agents via shared folder protocol.
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
CogMemory MCP Server — Unified context subsystems for AI coding agents
Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.
OS keychain secrets for AI coding agents, over MCP.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
MCP server for HTML generation from AI agents
MCP server for AiList — search and discover Ai projects from Claude Code
Answers built from our own checks of this server.