Loading MCP server directory, please wait...
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
npx @getmcp/cli add io.github.claymore666/debmatic-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CCU_HOSTHostname or IP of your HomeMatic CCU (debmatic, CCU3, or RaspberryMatic)
CCU_PASSWORDCCU admin password (same as the WebUI login)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.claymore666/debmatic-mcp": {
"command": "npx",
"args": [
"-y",
"debmatic-mcp",
"--stdio"
],
"env": {
"CCU_HOST": "",
"CCU_PASSWORD": "",
"CCU_USER": "Admin",
"CCU_HTTPS": "false",
"CCU_PORT": "80",
"CACHE_DIR": "/data"
}
}
}
}