MCHS NWAU Calculator MCP Server

Contributing | Security | Code of Conduct | Citation. It runs locally over stdio via the published package.

People who work with conda forge, data science and health economics and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 3 · #56 OF 71 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install MCHS NWAU Calculator

Claude Code

claude mcp add edithatogo-mchs -- uvx nwau-py

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "edithatogo-mchs": {
      "command": "uvx",
      "args": [
        "nwau-py"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package nwau-py - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.edithatogo is GitHub-verified and matches the repo owner

03 · What MCHS NWAU Calculator can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

language-interop-v0.1.0 · 2026-05-25

Stable release assets for external language interop submissions.\n\nAssets:\n- mchs-matlab-interop-0.1.0.zip: MATLAB File Exchange submission bundle. SHA256…

nwau-c-abi-v0.1.0 · 2026-05-25

Minimal immutable source archive for C ABI vcpkg and ConanCenter packaging validation. Contains LICENSE, rust workspace manifests, nwau-core, and nwau-c-abi sources only.

v0.2.2 · 2026-05-17

Release summary · v0.2.2 publishes the stdio-first MCHS MCP server and registry metadata. · Highlights · Adds the mchs-mcp console entry point in the nwau-py Python package. · Packages canonical MCP schema assets with…

04 · Who maintains MCHS NWAU Calculator

MCHS NWAU Calculator is maintained by edithatogo. We track 5 MCP servers from edithatogo - 5 actively maintained, 7 combined GitHub stars, oldest repo from Jul 2025.

05 · Facts

category
science & health - ranked #56 of 71 actively-maintained science & health servers as of 2026-09-18.
registry
io.github.edithatogo/mchs (active, first published 2026-05-17)
packages
pypi:nwau-py

06 · MCHS NWAU Calculator FAQ

What is MCHS NWAU Calculator?

Contributing | Security | Code of Conduct | Citation. It runs locally over stdio via the published package.

Is MCHS NWAU Calculator still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18. We re-verify nightly.

How do I install MCHS NWAU Calculator?

Run `uvx nwau-py`. You can also paste the ready-made client config above.

Does MCHS NWAU Calculator run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to MCHS NWAU Calculator