← Index

Weishaupt WEM Portal

io.github.Disane87/weishaupt-wem-mcp-server·v0.2.0·Other
Quality Score
84
/100

Control and monitor Weishaupt heating systems via the WEM Portal

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "weishaupt-wem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@disane-dev/weishaupt-wem-mcp-server"
      ],
      "env": {
        "WEM_USERNAME": "<wem_username>",
        "WEM_PASSWORD": "<wem_password>",
        "WEM_API_URL": "<wem_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "weishaupt-wem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@disane-dev/weishaupt-wem-mcp-server"
      ],
      "env": {
        "WEM_USERNAME": "<wem_username>",
        "WEM_PASSWORD": "<wem_password>",
        "WEM_API_URL": "<wem_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @disane-dev/weishaupt-wem-mcp-server
§02  Environment variables
WEM_USERNAME

Your WEM Portal email/username

WEM_PASSWORD

Your WEM Portal password

WEM_API_URL

WEM Portal API URL (default: https://www.wemportal.com/app)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other