mcpbeat Sign in

Debmatic MCP Server

local only

Debmatic MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 16 Sep 2026.

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

Installs per day peak 35 · avg 10 · +2% w/w
a month agotoday
28
Installs / week
npm · debmatic-mcp
9
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 7 d 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.

Package points at a different repository claymore666/ccu-mcp
пакет debmatic-mcp ссылается на claymore666/debmatic-mcp

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 debmatic-mcp -- npx -y debmatic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "debmatic-mcp": {
      "args": [
        "-y",
        "debmatic-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.debmatic-mcp]
command = "npx"
args = ["-y", "debmatic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "debmatic-mcp": {
      "args": [
        "-y",
        "debmatic-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "debmatic-mcp": {
      "args": [
        "-y",
        "debmatic-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CCU_HOST (Hostname or IP of your HomeMatic CCU (debmatic, CCU3, or RaspberryMatic)), CCU_PASSWORD (CCU admin password (same as the WebUI login)), CCU_USER (CCU username), CCU_HTTPS (Connect to the CCU via HTTPS (self-signed certificates supported)), CCU_PORT (CCU API port (80 for HTTP, 443 for HTTPS)), CACHE_DIR (Directory for the device type cache and session persistence), MCP_ALLOWED_ORIGINS (Comma-separated allowlist of browser origins. Unset = no cross-origin browser access (default-deny). An allowlisted origin is reflected exactly in Access-Control-Allow-Origin (never '*'); the list also drives DNS-rebinding origin checks), MCP_ALLOWED_HOSTS (Extra Host header values accepted by DNS-rebinding protection (comma-separated host:port); add your hostname when behind a proxy or container DNS name). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Debmatic MCP

same job, measured the same way
Ccu MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

73 installs/wk local only
Tapo MCP
by mihai-dinculescu

MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents

local only
Shelly Smart Home
by buggy1111

Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.

104 installs/wk local only
Discord Node MCP
by oratorian

MCP server for controlling Discord servers via bot token

44 installs/wk local only
Scrcpy MCP
by juancf

MCP server for Android device control via ADB and scrcpy

302 installs/wk local only
Xojo IDE Control
by brechanbech

MCP server for controlling the Xojo IDE on macOS

local only
Auvik
by wyre-ai

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

local only
Auvik
by wyre-technology

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

local only

Debmatic MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Debmatic MCP?
Debmatic MCP 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 debmatic-mcp was installed 28 times last week.
How do I connect Debmatic MCP?
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 debmatic-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Debmatic MCP?
The npm package debmatic-mcp was installed 28 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Debmatic MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.