qsys-mcp

JacksonPinto/qsys-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 4d ago
Q-SYS Designer ↔ Claude Desktop MCP Bridge — bidirectional integration via JSON-RPC TCP plugin and Node.js MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qsys-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "JacksonPinto/qsys-mcp"
      ]
    }
  }
}

README Excerpt

Bidirectional integration between **QSC Q-SYS Designer** and **Anthropic Claude Desktop** using the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). ``` Claude Desktop ←── stdio / MCP ──→ [Node.js bridge] ←── TCP / JSON-RPC ──→ Q-SYS Plugin ``` Claude can **read every component and control** in your design and **write values** to controls

Tools (12)

audit_levelsfind_and_setfind_componentsget_componentget_control_valueget_design_infolist_componentspingping_qsysreview_designset_control_valueset_multiple_controls