Server data from the Official MCP Registry
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
About
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
Security Report
This is a well-engineered MCP server for controlling HomeMatic smart homes with strong security fundamentals. Authentication is properly enforced in HTTP mode via bearer tokens with optional rotation and TLS support. The codebase demonstrates mature error handling, input validation, and deliberate design choices around dangerous operations. Minimal findings exist: credential handling follows best practices (env vars only), no malicious patterns detected, and permissions are appropriately scoped to the server's purpose. Minor code quality observations around exception handling do not meaningfully impact security. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: CCU_HOST
Environment variable: CCU_PASSWORD
Environment variable: CCU_USER
Environment variable: CCU_HTTPS
Environment variable: CCU_PORT
Environment variable: CACHE_DIR
Environment variable: MCP_ALLOWED_ORIGINS
Environment variable: MCP_ALLOWED_HOSTS
Environment variable: CCU_PROFILES
Environment variable: CCU_DEFAULT_PROFILE
Environment variable: CCU_TLS_VERIFY
Environment variable: CCU_TLS_FINGERPRINT
Environment variable: CCU_CA_CERT
Environment variable: CCU_TIMEOUT
Environment variable: CCU_SCRIPT_TIMEOUT
Environment variable: CACHE_TTL
Environment variable: CCU_RATE_LIMIT_BURST
Environment variable: CCU_RATE_LIMIT_RATE
Environment variable: RESOURCE_POLL_INTERVAL
Environment variable: LOG_LEVEL
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-claymore666-ccu-mcp": {
"env": {
"CCU_HOST": "your-ccu-host-here",
"CCU_PORT": "your-ccu-port-here",
"CCU_USER": "your-ccu-user-here",
"CACHE_DIR": "your-cache-dir-here",
"CACHE_TTL": "your-cache-ttl-here",
"CCU_HTTPS": "your-ccu-https-here",
"LOG_LEVEL": "your-log-level-here",
"CCU_CA_CERT": "your-ccu-ca-cert-here",
"CCU_TIMEOUT": "your-ccu-timeout-here",
"CCU_PASSWORD": "your-ccu-password-here",
"CCU_PROFILES": "your-ccu-profiles-here",
"CCU_TLS_VERIFY": "your-ccu-tls-verify-here",
"MCP_ALLOWED_HOSTS": "your-mcp-allowed-hosts-here",
"CCU_SCRIPT_TIMEOUT": "your-ccu-script-timeout-here",
"CCU_DEFAULT_PROFILE": "your-ccu-default-profile-here",
"CCU_RATE_LIMIT_RATE": "your-ccu-rate-limit-rate-here",
"CCU_TLS_FINGERPRINT": "your-ccu-tls-fingerprint-here",
"MCP_ALLOWED_ORIGINS": "your-mcp-allowed-origins-here",
"CCU_RATE_LIMIT_BURST": "your-ccu-rate-limit-burst-here",
"RESOURCE_POLL_INTERVAL": "your-resource-poll-interval-here"
},
"args": [
"-y",
"ccu-mcp"
],
"command": "npx"
}
}
}Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
