Skip to content
Claude Code

debmatic mcp for Claude Code

io.github.claymore666/debmatic-mcp

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

client:Claude Code transport:stdio runtime:npm

Install debmatic mcp in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add debmatic-mcp -e CCU_HOST=<CCU_HOST> -e CCU_PASSWORD=<CCU_PASSWORD> -e CCU_USER=<CCU_USER> -e CCU_HTTPS=<CCU_HTTPS> -e CCU_PORT=<CCU_PORT> -e CACHE_DIR=<CACHE_DIR> -e MCP_ALLOWED_ORIGINS=<MCP_ALLOWED_ORIGINS> -e MCP_ALLOWED_HOSTS=<MCP_ALLOWED_HOSTS> -- npx -y debmatic-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

debmatic mcp in other clients