Displaybuddy MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 14 Mar 2026.
MCP server for controlling Mac monitors via DisplayBuddy — adjust brightness and more.
We read the source, 23 h ago · rules 3dff92dd89df
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.
const result = execSync(`displaybuddy ${args.join(" ")} --json`, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add displaybuddy-mcp -- npx -y @biocross/displaybuddy-mcp
{
"mcpServers": {
"displaybuddy-mcp": {
"args": [
"-y",
"@biocross/displaybuddy-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.displaybuddy-mcp]
command = "npx"
args = ["-y", "@biocross/displaybuddy-mcp"]
{
"mcpServers": {
"displaybuddy-mcp": {
"args": [
"-y",
"@biocross/displaybuddy-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"displaybuddy-mcp": {
"args": [
"-y",
"@biocross/displaybuddy-mcp"
],
"command": "npx"
}
}
}
Control monitor brightness, contrast, power and input via DDC/CI with MCP and MQTT support.
MCP server for AI-driven console application automation and monitoring
MCP server for Zabbix monitoring and automation
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
A Model Context Protocol (MCP) server for Prometheus monitoring
MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM.
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
Answers built from our own checks of this server.