mcpbeat Sign in

OpenMEP duct sizing MCP Server

by samarmstrong Your server? Claim it
local only

OpenMEP duct sizing runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Deterministic HVAC duct sizing: size one run or a supply/return network, grade existing sections.

Installs / week
npm · @openmep/mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check OpenMEP duct sizing 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 openmep -- npx -y @openmep/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openmep": {
      "args": [
        "-y",
        "@openmep/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openmep]
command = "npx"
args = ["-y", "@openmep/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openmep": {
      "args": [
        "-y",
        "@openmep/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openmep": {
      "args": [
        "-y",
        "@openmep/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to OpenMEP duct sizing

same job, measured the same way
Dmcheck
by chaoz23

Deterministic conduct verdicts for live tabletop sessions - CI for running a game.

133 installs/wk local only
adrkit decision memory
by adrkit

Deterministic, offline, read-only ADR decision memory for coding agents. No model or network calls.

431 installs/wk local only
Crisphive
by crisphive

Field operations on a deterministic solver — run jobs, crews & fleet from Claude or ChatGPT.

35 installs/wk answering
Agent Core
by kinbinghua-lgtm

Deterministic computation tools for AI agents. Zero dependencies, no network, read-only.

36 installs/wk local only
andon
by gulmezeren2-byte

Deterministic verification for AI-generated analysis: run a spec, inspect or diff a workbook

161 installs/wk local only
Buildutilities MCP
by brentspore

Deterministic dev utilities: UUIDs, hashes, encoding, JWT, cron, regex. No network, no API key.

40 installs/wk local only
slop-chop
by dcadolph

Find and remove the writing patterns a profile lists. Deterministic, local, no model and no network.

local only
Research Repo Doctor
by tom409114

Deterministic Artifact Evaluation preflight and run-path grader for research repositories.

139 installs/wk local only

OpenMEP duct sizing — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenMEP duct sizing?
OpenMEP duct sizing 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 @openmep/mcp.
How do I connect OpenMEP duct sizing?
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 @openmep/mcp straight from npm; nothing to host, nothing to sign up for.
Is OpenMEP duct sizing open source?
Yes — it is published under the MIT licence, written in TypeScript 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.