Odel
ccu mcp

ccu mcp

Local
@claymore6668TypeScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmccu-mcpv1.11.0

Run

npx -y ccu-mcp

MCP client config

{
  "mcpServers": {
    "ccu-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ccu-mcp"
      ]
    }
  }
}