Skip to content

DDC/CI Control Bridge for Grok

io.github.defozo/ddc-ci-control-bridge

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

client:Grok transport:stdio runtime:npm

Install DDC/CI Control Bridge in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

DDC/CI Control Bridge in other clients