PluginBench
MCP Server
Active
MIT

MCHS NWAU Calculator MCP Server

io.github.edithatogo/mchs

What is the MCHS NWAU Calculator MCP server?

Stdio MCP server for MCHS schemas, validation, support status, and evidence.

How to install MCHS NWAU Calculator

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mchs": {
      "command": "uvx",
      "args": [
        "nwau-py"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mchs": {
      "command": "uvx",
      "args": [
        "nwau-py"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mchs": {
      "command": "uvx",
      "args": [
        "nwau-py"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mchs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nwau-py"
      ]
    }
  }
}
Claude Code
claude mcp add mchs -- uvx nwau-py

Related MCP servers

FYI MCP

Active

FYI request management with tools for requests, authorities, correspondence, sync, and health.

1
Python
View repository →

Reference verification MCP server for CSL bibliographies, evidence, and audited writes.

1
Rust
View repository →

Read-only MCP server for licensed Healthpoint HL7 FHIR API access.

0
Rust
Apache-2.0
View repository →

OSF CLI Go

Maintained

Read-only MCP tools for authenticated Open Science Framework projects and files.

0
Go
Apache-2.0
View repository →