← Back to Plugins
MCP Server MCP

Weishaupt WEM Portal

github By github 👁 1 views ▲ 0 votes

Control and monitor Weishaupt heating systems via the WEM Portal

Homepage Verified source GitHub

Install

npx -y @disane-dev/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@disane-dev/weishaupt-wem-mcp-server",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your WEM Portal email/username",
          "name": "WEM_USERNAME"
        },
        {
          "description": "Your WEM Portal password",
          "name": "WEM_PASSWORD"
        },
        {
          "description": "WEM Portal API URL (default: https://www.wemportal.com/app)",
          "name": "WEM_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...