Back to MCP Servers
Plugwise
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 …
other-tools-and-integrationstypescriptmonitoringautomation
By Tommertom
Installation
npx -y plugwise-mcpConfiguration
{
"mcpServers": {
"plugwise-mcp": {
"command": "npx",
"args": ["-y", "plugwise-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes