DDC/CI Control Bridge for Cursor
io.github.defozo/ddc-ci-control-bridge
Control monitor brightness, contrast, power and input via DDC/CI with MCP and MQTT support.
client:Cursor
transport:stdio
runtime:npm
Install DDC/CI Control Bridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ddc-ci-control-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ddc-ci-control-bridge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs