← Back to browse

Weishaupt WEM Portal

Indexed by io.github.Disane87

About

Control and monitor Weishaupt heating systems via the WEM Portal

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsWEM_USERNAME WEM_PASSWORD WEM_API_URL
Claude Code
claude mcp add --env WEM_USERNAME= --env WEM_PASSWORD= --env WEM_API_URL= weishaupt-wem-mcp-server -- npx @disane-dev/weishaupt-wem-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"weishaupt-wem-mcp-server","command":"npx","args":["@disane-dev/weishaupt-wem-mcp-server"],"env":{"WEM_USERNAME":"","WEM_PASSWORD":"","WEM_API_URL":""}}'
JSON
{
  "mcpServers": {
    "weishaupt-wem-mcp-server": {
      "command": "npx",
      "args": [
        "@disane-dev/weishaupt-wem-mcp-server"
      ],
      "env": {
        "WEM_USERNAME": "",
        "WEM_PASSWORD": "",
        "WEM_API_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.