Skip to main content
Other Tools and IntegrationsTypeScript

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.

other-tools-and-integrationslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/Tommertom/plugwise-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
Tommertom