Odel
Weishaupt WEM Portal

Weishaupt WEM Portal

Local
@disane87JavaScriptMITUpdated 2mo ago

Control and monitor Weishaupt heating systems via the WEM Portal

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@disane-dev/weishaupt-wem-mcp-serverv0.2.0

Run

npx -y @disane-dev/weishaupt-wem-mcp-server

MCP client config

{
  "mcpServers": {
    "weishaupt-wem-portal": {
      "command": "npx",
      "args": [
        "-y",
        "@disane-dev/weishaupt-wem-mcp-server"
      ]
    }
  }
}