mcpbeat Sign in

Weishaupt WEM Portal MCP Server

local only

Weishaupt WEM Portal runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 19 Mar 2026.

Control and monitor Weishaupt heating systems via the WEM Portal

Installs per day peak 17 · avg 8 · +16% w/w
a month agotoday
45
Installs / week
npm · @disane-dev/weishaupt-wem-mcp-server
0
Stars
0 open issues
19 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Weishaupt WEM Portal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add weishaupt-wem-mcp-server -- npx -y @disane-dev/weishaupt-wem-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weishaupt-wem-mcp-server": {
      "args": [
        "-y",
        "@disane-dev/weishaupt-wem-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weishaupt-wem-mcp-server]
command = "npx"
args = ["-y", "@disane-dev/weishaupt-wem-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "weishaupt-wem-mcp-server": {
      "args": [
        "-y",
        "@disane-dev/weishaupt-wem-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weishaupt-wem-mcp-server": {
      "args": [
        "-y",
        "@disane-dev/weishaupt-wem-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Weishaupt WEM Portal

same job, measured the same way
DDC/CI Control Bridge
by defozo

Control monitor brightness, contrast, power and input via DDC/CI with MCP and MQTT support.

140 installs/wk local only
CLIO Node Hardware
by iowarp

Node Hardware MCP - Comprehensive Hardware Monitoring and System Analysis for LLMs with...

local only
Displaybuddy MCP
by biocross

MCP server for controlling Mac monitors via DisplayBuddy — adjust brightness and more.

30 installs/wk local only
Rum Analytics
by catchmetrics-mcp

RUM platform for web performance analytics, Core Web Vitals, and third-party script monitoring.

answering
Omniwatchguard
by omniwatchguard

AI-powered website change monitoring - manage monitors and alerts via MCP.

7 tools answering
Validoria MCP
by validoria

Continuous website testing by Validoria — monitor security, SEO, performance, and accessibility.

34 installs/wk 74 tools answering
Vantaj
by vantaj

Vantaj uptime monitoring via MCP - manage monitors, heartbeats, incidents, and status pages.

13 tools answering
SiteVitals
by tom18a

Monitor website health, uptime, SEO, security and performance via your AI assistant.

answering

Weishaupt WEM Portal — questions

Answers built from our own checks of this server.

Why is there no uptime for Weishaupt WEM Portal?
Weishaupt WEM Portal runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @disane-dev/weishaupt-wem-mcp-server was installed 45 times last week.
How do I connect Weishaupt WEM Portal?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @disane-dev/weishaupt-wem-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Weishaupt WEM Portal?
The npm package @disane-dev/weishaupt-wem-mcp-server was installed 45 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Weishaupt WEM Portal open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.