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
We read the source, 7 d 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.
пакет 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.
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 debmatic-mcp -- npx -y debmatic-mcp
{
"mcpServers": {
"debmatic-mcp": {
"args": [
"-y",
"debmatic-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.debmatic-mcp]
command = "npx"
args = ["-y", "debmatic-mcp"]
{
"mcpServers": {
"debmatic-mcp": {
"args": [
"-y",
"debmatic-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents
Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.
MCP server for controlling Discord servers via bot token
MCP server for Android device control via ADB and scrcpy
MCP server for controlling the Xojo IDE on macOS
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
Answers built from our own checks of this server.