← Back to browse

ccu-mcp

Indexed by io.github.claymore666

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 varsCCU_HOST CCU_PASSWORD CCU_USER CCU_HTTPS CCU_PORT CACHE_DIR MCP_ALLOWED_ORIGINS MCP_ALLOWED_HOSTS CCU_PROFILES CCU_DEFAULT_PROFILE
Claude 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= --env CCU_PROFILES= --env CCU_DEFAULT_PROFILE= ccu-mcp -- npx ccu-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ccu-mcp","command":"npx","args":["ccu-mcp"],"env":{"CCU_HOST":"","CCU_PASSWORD":"","CCU_USER":"","CCU_HTTPS":"","CCU_PORT":"","CACHE_DIR":"","MCP_ALLOWED_ORIGINS":"","MCP_ALLOWED_HOSTS":"","CCU_PROFILES":"","CCU_DEFAULT_PROFILE":""}}'
JSON
{
  "mcpServers": {
    "ccu-mcp": {
      "command": "npx",
      "args": [
        "ccu-mcp"
      ],
      "env": {
        "CCU_HOST": "",
        "CCU_PASSWORD": "",
        "CCU_USER": "",
        "CCU_HTTPS": "",
        "CCU_PORT": "",
        "CACHE_DIR": "",
        "MCP_ALLOWED_ORIGINS": "",
        "MCP_ALLOWED_HOSTS": "",
        "CCU_PROFILES": "",
        "CCU_DEFAULT_PROFILE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.