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

Installation

npx -y plugwise-mcp

Configuration

{
  "mcpServers": {
    "plugwise-mcp": {
      "command": "npx",
      "args": ["-y", "plugwise-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub