Tommertom/plugwise-mcp
TypeScript-based smart home automation server for Plugwise devices with automatic network discovery. Features comprehensive device control for thermostats, switches, smart plugs, energy monitoring, multi-hub management, and real-time climate/power consumption tracking via local network integration.
Quick Start
Clone the repository:
git clone https://github.com/Tommertom/plugwise-mcpClaude Desktop configuration example:
{
"mcpServers": {
"plugwise-mcp": {
"command": "npx",
"args": [
"-y",
"Tommertom/plugwise-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.