DDC/CI Control Bridge MCP Server

Multi-protocol server for DDC/CI monitor control with MCP and MQTT support. DDC/CI Monitor Control: Read and write VCP codes to control monitor brightness, contrast, input source, and more Model Context Protocol (MCP): Server with resources and tools for AI/agent integration MQTT Client: Connect to any MQTT broker for IoT/automation platforms Home Assistant auto-discovery support Generic MQTT pub/sub for custom…

People who work with ddc ci, display and displayport and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-02 · ★ 5 · #144 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install DDC/CI Control Bridge

before you install - you'll need

Set FASTMCP_API_KEY, DDC_API_KEY before connecting. MQTT_ENABLED, MQTT_HOST, MQTT_PORT, MCP_TRANSPORT, MCP_PORT are optional or environment-specific per the README.

Claude Code

claude mcp add defozo-ddc-ci-control-bridge -- npx -y ddc-ci-control-bridge

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "defozo-ddc-ci-control-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "ddc-ci-control-bridge"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package ddc-ci-control-bridge - unscoped; check the name against the project README before installing

registry namespace io.github.Defozo is GitHub-verified and matches the repo owner

03 · What DDC/CI Control Bridge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.5 · 2025-10-15

bump actions/checkout from 4 to 5 · bump actions/download-artifact from 4 to 5 · bump softprops/action-gh-release from 1 to 2 · bump actions/setup-node from 4 to 6 · bump zod from 3.25.76 to 4.1.12 · New Contributors…

v1.0.4 · 2025-10-15

v1.0.3 · 2025-10-15

04 · Who maintains DDC/CI Control Bridge

DDC/CI Control Bridge is maintained by defozo. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
automation - ranked #144 of 227 actively-maintained automation servers as of 2026-09-18.
registry
io.github.Defozo/ddc-ci-control-bridge (active, first published 2025-10-15 · 4 versions)
packages
npm:ddc-ci-control-bridge

06 · DDC/CI Control Bridge FAQ

What is DDC/CI Control Bridge?

Multi-protocol server for DDC/CI monitor control with MCP and MQTT support. DDC/CI Monitor Control: Read and write VCP codes to control monitor brightness, contrast, input source, and more Model Context Protocol (MCP): Server with resources and tools for AI/agent integration MQTT Client: Connect to any MQTT broker for IoT/automation platforms Home Assistant auto-discovery support Generic MQTT pub/sub for custom…

Is DDC/CI Control Bridge still maintained?

Yes - as of 2026-09-18, its last commit was 2026-02-02. We re-verify nightly.

How do I install DDC/CI Control Bridge?

Run `npx -y ddc-ci-control-bridge`. The README documents 7 environment variables (MQTT_ENABLED, MQTT_HOST, MQTT_PORT…) to set first. Set FASTMCP_API_KEY, DDC_API_KEY before connecting. MQTT_ENABLED, MQTT_HOST, MQTT_PORT, MCP_TRANSPORT, MCP_PORT are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does DDC/CI Control Bridge run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to DDC/CI Control Bridge