Skip to content
Grok

MCHS NWAU Calculator for Grok

io.github.edithatogo/mchs

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

client:Grok transport:stdio runtime:pypi

Install MCHS NWAU Calculator in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCHS NWAU Calculator in other clients