debmatic-mcp
Rank #2,049io.github.claymore666/ccu-mcp
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
debmatic-mcp is a Model Context Protocol (MCP) server published by claymore666. It ranks #2,049 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. debmatic-mcp is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 14 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Sep 22, 2026.
Ranks ahead of 129,997 of 132,046 servers on MCP Toplist.
Use debmatic-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ccu-mcp -e "CCU_HOST=<your CCU_HOST>" -e "CCU_PASSWORD=<your CCU_PASSWORD>" -e "CCU_USER=<your CCU_USER>" -e "CCU_HTTPS=<your CCU_HTTPS>" -e "CCU_PORT=<your CCU_PORT>" -e "CACHE_DIR=<your CACHE_DIR>" -e "MCP_ALLOWED_ORIGINS=<your MCP_ALLOWED_ORIGINS>" -e "MCP_ALLOWED_HOSTS=<your MCP_ALLOWED_HOSTS>" -e "CCU_PROFILES=<your CCU_PROFILES>" -e "CCU_DEFAULT_PROFILE=<your CCU_DEFAULT_PROFILE>" -e "CCU_TLS_VERIFY=<your CCU_TLS_VERIFY>" -e "CCU_TLS_FINGERPRINT=<your CCU_TLS_FINGERPRINT>" -e "CCU_CA_CERT=<your CCU_CA_CERT>" -e "CCU_TIMEOUT=<your CCU_TIMEOUT>" -e "CCU_SCRIPT_TIMEOUT=<your CCU_SCRIPT_TIMEOUT>" -e "CACHE_TTL=<your CACHE_TTL>" -e "CCU_RATE_LIMIT_BURST=<your CCU_RATE_LIMIT_BURST>" -e "CCU_RATE_LIMIT_RATE=<your CCU_RATE_LIMIT_RATE>" -e "RESOURCE_POLL_INTERVAL=<your RESOURCE_POLL_INTERVAL>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y ccu-mcp --stdioReplace each placeholder with your own value before saving.
[mcp_servers.ccu-mcp]
command = "npx"
args = ["-y", "ccu-mcp", "--stdio"]
[mcp_servers.ccu-mcp.env]
CCU_HOST = "<your CCU_HOST>"
CCU_PASSWORD = "<your CCU_PASSWORD>"
CCU_USER = "<your CCU_USER>"
CCU_HTTPS = "<your CCU_HTTPS>"
CCU_PORT = "<your CCU_PORT>"
CACHE_DIR = "<your CACHE_DIR>"
MCP_ALLOWED_ORIGINS = "<your MCP_ALLOWED_ORIGINS>"
MCP_ALLOWED_HOSTS = "<your MCP_ALLOWED_HOSTS>"
CCU_PROFILES = "<your CCU_PROFILES>"
CCU_DEFAULT_PROFILE = "<your CCU_DEFAULT_PROFILE>"
CCU_TLS_VERIFY = "<your CCU_TLS_VERIFY>"
CCU_TLS_FINGERPRINT = "<your CCU_TLS_FINGERPRINT>"
CCU_CA_CERT = "<your CCU_CA_CERT>"
CCU_TIMEOUT = "<your CCU_TIMEOUT>"
CCU_SCRIPT_TIMEOUT = "<your CCU_SCRIPT_TIMEOUT>"
CACHE_TTL = "<your CACHE_TTL>"
CCU_RATE_LIMIT_BURST = "<your CCU_RATE_LIMIT_BURST>"
CCU_RATE_LIMIT_RATE = "<your CCU_RATE_LIMIT_RATE>"
RESOURCE_POLL_INTERVAL = "<your RESOURCE_POLL_INTERVAL>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ccu-mcp": {
"command": "npx",
"args": [
"-y",
"ccu-mcp",
"--stdio"
],
"env": {
"CCU_HOST": "<your CCU_HOST>",
"CCU_PASSWORD": "<your CCU_PASSWORD>",
"CCU_USER": "<your CCU_USER>",
"CCU_HTTPS": "<your CCU_HTTPS>",
"CCU_PORT": "<your CCU_PORT>",
"CACHE_DIR": "<your CACHE_DIR>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"CCU_PROFILES": "<your CCU_PROFILES>",
"CCU_DEFAULT_PROFILE": "<your CCU_DEFAULT_PROFILE>",
"CCU_TLS_VERIFY": "<your CCU_TLS_VERIFY>",
"CCU_TLS_FINGERPRINT": "<your CCU_TLS_FINGERPRINT>",
"CCU_CA_CERT": "<your CCU_CA_CERT>",
"CCU_TIMEOUT": "<your CCU_TIMEOUT>",
"CCU_SCRIPT_TIMEOUT": "<your CCU_SCRIPT_TIMEOUT>",
"CACHE_TTL": "<your CACHE_TTL>",
"CCU_RATE_LIMIT_BURST": "<your CCU_RATE_LIMIT_BURST>",
"CCU_RATE_LIMIT_RATE": "<your CCU_RATE_LIMIT_RATE>",
"RESOURCE_POLL_INTERVAL": "<your RESOURCE_POLL_INTERVAL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ccu-mcp": {
"command": "npx",
"args": [
"-y",
"ccu-mcp",
"--stdio"
],
"env": {
"CCU_HOST": "<your CCU_HOST>",
"CCU_PASSWORD": "<your CCU_PASSWORD>",
"CCU_USER": "<your CCU_USER>",
"CCU_HTTPS": "<your CCU_HTTPS>",
"CCU_PORT": "<your CCU_PORT>",
"CACHE_DIR": "<your CACHE_DIR>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"CCU_PROFILES": "<your CCU_PROFILES>",
"CCU_DEFAULT_PROFILE": "<your CCU_DEFAULT_PROFILE>",
"CCU_TLS_VERIFY": "<your CCU_TLS_VERIFY>",
"CCU_TLS_FINGERPRINT": "<your CCU_TLS_FINGERPRINT>",
"CCU_CA_CERT": "<your CCU_CA_CERT>",
"CCU_TIMEOUT": "<your CCU_TIMEOUT>",
"CCU_SCRIPT_TIMEOUT": "<your CCU_SCRIPT_TIMEOUT>",
"CACHE_TTL": "<your CACHE_TTL>",
"CCU_RATE_LIMIT_BURST": "<your CCU_RATE_LIMIT_BURST>",
"CCU_RATE_LIMIT_RATE": "<your CCU_RATE_LIMIT_RATE>",
"RESOURCE_POLL_INTERVAL": "<your RESOURCE_POLL_INTERVAL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ccu-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ccu-mcp",
"--stdio"
],
"env": {
"CCU_HOST": "<your CCU_HOST>",
"CCU_PASSWORD": "<your CCU_PASSWORD>",
"CCU_USER": "<your CCU_USER>",
"CCU_HTTPS": "<your CCU_HTTPS>",
"CCU_PORT": "<your CCU_PORT>",
"CACHE_DIR": "<your CACHE_DIR>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"CCU_PROFILES": "<your CCU_PROFILES>",
"CCU_DEFAULT_PROFILE": "<your CCU_DEFAULT_PROFILE>",
"CCU_TLS_VERIFY": "<your CCU_TLS_VERIFY>",
"CCU_TLS_FINGERPRINT": "<your CCU_TLS_FINGERPRINT>",
"CCU_CA_CERT": "<your CCU_CA_CERT>",
"CCU_TIMEOUT": "<your CCU_TIMEOUT>",
"CCU_SCRIPT_TIMEOUT": "<your CCU_SCRIPT_TIMEOUT>",
"CACHE_TTL": "<your CACHE_TTL>",
"CCU_RATE_LIMIT_BURST": "<your CCU_RATE_LIMIT_BURST>",
"CCU_RATE_LIMIT_RATE": "<your CCU_RATE_LIMIT_RATE>",
"RESOURCE_POLL_INTERVAL": "<your RESOURCE_POLL_INTERVAL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ccu-mcp": {
"command": "npx",
"args": [
"-y",
"ccu-mcp",
"--stdio"
],
"env": {
"CCU_HOST": "<your CCU_HOST>",
"CCU_PASSWORD": "<your CCU_PASSWORD>",
"CCU_USER": "<your CCU_USER>",
"CCU_HTTPS": "<your CCU_HTTPS>",
"CCU_PORT": "<your CCU_PORT>",
"CACHE_DIR": "<your CACHE_DIR>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"CCU_PROFILES": "<your CCU_PROFILES>",
"CCU_DEFAULT_PROFILE": "<your CCU_DEFAULT_PROFILE>",
"CCU_TLS_VERIFY": "<your CCU_TLS_VERIFY>",
"CCU_TLS_FINGERPRINT": "<your CCU_TLS_FINGERPRINT>",
"CCU_CA_CERT": "<your CCU_CA_CERT>",
"CCU_TIMEOUT": "<your CCU_TIMEOUT>",
"CCU_SCRIPT_TIMEOUT": "<your CCU_SCRIPT_TIMEOUT>",
"CACHE_TTL": "<your CACHE_TTL>",
"CCU_RATE_LIMIT_BURST": "<your CCU_RATE_LIMIT_BURST>",
"CCU_RATE_LIMIT_RATE": "<your CCU_RATE_LIMIT_RATE>",
"RESOURCE_POLL_INTERVAL": "<your RESOURCE_POLL_INTERVAL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ccu-mcp": {
"command": "npx",
"args": [
"-y",
"ccu-mcp",
"--stdio"
],
"env": {
"CCU_HOST": "<your CCU_HOST>",
"CCU_PASSWORD": "<your CCU_PASSWORD>",
"CCU_USER": "<your CCU_USER>",
"CCU_HTTPS": "<your CCU_HTTPS>",
"CCU_PORT": "<your CCU_PORT>",
"CACHE_DIR": "<your CACHE_DIR>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"CCU_PROFILES": "<your CCU_PROFILES>",
"CCU_DEFAULT_PROFILE": "<your CCU_DEFAULT_PROFILE>",
"CCU_TLS_VERIFY": "<your CCU_TLS_VERIFY>",
"CCU_TLS_FINGERPRINT": "<your CCU_TLS_FINGERPRINT>",
"CCU_CA_CERT": "<your CCU_CA_CERT>",
"CCU_TIMEOUT": "<your CCU_TIMEOUT>",
"CCU_SCRIPT_TIMEOUT": "<your CCU_SCRIPT_TIMEOUT>",
"CACHE_TTL": "<your CACHE_TTL>",
"CCU_RATE_LIMIT_BURST": "<your CCU_RATE_LIMIT_BURST>",
"CCU_RATE_LIMIT_RATE": "<your CCU_RATE_LIMIT_RATE>",
"RESOURCE_POLL_INTERVAL": "<your RESOURCE_POLL_INTERVAL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.claymore666%2Fccu-mcp)<a href="https://mcptoplist.com/server/io.github.claymore666%2Fccu-mcp"><img src="https://mcptoplist.com/badge/io.github.claymore666%2Fccu-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (2 delisted)
claymore666
Other servers by claymore666
View all claymore666 servers →Available versions (14)
| Version | Published |
|---|---|
| 1.11.2 | Sep 22, 2026 |
| 1.11.1 | Sep 8, 2026 |
| 1.11.0 | Sep 2, 2026 |
| 1.10.0 | Aug 19, 2026 |
| 1.9.1 | Aug 1, 2026 |
| 1.9.0 | Jul 31, 2026 |
| 1.8.1 | Jul 28, 2026 |
| 1.8.0 | Jul 5, 2026 |
| 1.7.0 | Jul 4, 2026 |
| 1.6.0 | Jul 2, 2026 |
| 1.5.0 | Jun 19, 2026 |
| 1.3.0 | Jun 17, 2026 |
| 1.2.0 | Jun 11, 2026 |
| 1.1.1 | Jun 11, 2026 |
Frequently asked questions
- Who maintains debmatic-mcp?
- debmatic-mcp is maintained by claymore666, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is debmatic-mcp listed on the Official MCP Registry?
- Yes — debmatic-mcp is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does debmatic-mcp have?
- MCP Toplist tracks 14 versions of debmatic-mcp, most recently published on Sep 22, 2026.
- Where can I find the source code for debmatic-mcp?
- The source code for debmatic-mcp is hosted at github.com/claymore666/debmatic-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.