debmatic-mcp
About
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CCU_HOST CCU_PASSWORD CCU_USER CCU_HTTPS CCU_PORT CACHE_DIR MCP_ALLOWED_ORIGINS MCP_ALLOWED_HOSTSClaude Code
claude mcp add --env CCU_HOST= --env CCU_PASSWORD= --env CCU_USER= --env CCU_HTTPS= --env CCU_PORT= --env CACHE_DIR= --env MCP_ALLOWED_ORIGINS= --env MCP_ALLOWED_HOSTS= debmatic-mcp -- npx debmatic-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"debmatic-mcp","command":"npx","args":["debmatic-mcp"],"env":{"CCU_HOST":"","CCU_PASSWORD":"","CCU_USER":"","CCU_HTTPS":"","CCU_PORT":"","CACHE_DIR":"","MCP_ALLOWED_ORIGINS":"","MCP_ALLOWED_HOSTS":""}}'
JSON
{
"mcpServers": {
"debmatic-mcp": {
"command": "npx",
"args": [
"debmatic-mcp"
],
"env": {
"CCU_HOST": "",
"CCU_PASSWORD": "",
"CCU_USER": "",
"CCU_HTTPS": "",
"CCU_PORT": "",
"CACHE_DIR": "",
"MCP_ALLOWED_ORIGINS": "",
"MCP_ALLOWED_HOSTS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.