mcpbeat Sign in

DDC/CI Control Bridge MCP Server

local only

DDC/CI Control Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 140 installs a week from npm. Last commit 16 Oct 2025.

Control monitor brightness, contrast, power and input via DDC/CI with MCP and MQTT support.

Installs per day peak 40 · avg 24 · +8% w/w
a month agotoday
140
Installs / week
npm · ddc-ci-control-bridge
5
Stars
1 open issues
16 Oct 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

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.

Builds a database query by concatenation [пакет] .github/workflows/publish-mcp.yml:41, .github/workflows/publish-mcp.yml:41
      - name: Update package.json version
        run: |
          VERSION=${{ steps.get_version.outputs.VERSION }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add ddc-ci-control-bridge -- npx -y ddc-ci-control-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ddc-ci-control-bridge": {
      "args": [
        "-y",
        "ddc-ci-control-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ddc-ci-control-bridge]
command = "npx"
args = ["-y", "ddc-ci-control-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "ddc-ci-control-bridge": {
      "args": [
        "-y",
        "ddc-ci-control-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ddc-ci-control-bridge": {
      "args": [
        "-y",
        "ddc-ci-control-bridge"
      ],
      "command": "npx"
    }
  }
}

Alternatives to DDC/CI Control Bridge

same job, measured the same way
Displaybuddy MCP
by biocross

MCP server for controlling Mac monitors via DisplayBuddy — adjust brightness and more.

30 installs/wk local only
Weishaupt WEM Portal
by disane87

Control and monitor Weishaupt heating systems via the WEM Portal

45 installs/wk local only
mttrly
by mttrly

AI-powered incident management and server monitoring via MCP.

answering
Omniwatchguard
by omniwatchguard

AI-powered website change monitoring - manage monitors and alerts via MCP.

7 tools answering
Kafka Dataops MCP
by aguantar

DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring

76 installs/wk local only
Australia Visa Processing Time Monitor
by nero-engine

Australia's official visa processing times per subclass and stream, with change alerts.

answering
Timps
by sandeeprdy1729

Persistent memory with contradiction detection, burnout monitoring, and 69 intelligence tools.

42 installs/wk local only
Coinrule MCP
by coinrule-com

Trade, monitor portfolios, and build Coinrule strategies by chat.

answering

DDC/CI Control Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for DDC/CI Control Bridge?
DDC/CI Control Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ddc-ci-control-bridge was installed 140 times last week.
How do I connect DDC/CI Control Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ddc-ci-control-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use DDC/CI Control Bridge?
The npm package ddc-ci-control-bridge was installed 140 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DDC/CI Control Bridge open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.