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-pyRelated MCP servers
FYI MCP
Active
FYI request management with tools for requests, authorities, correspondence, sync, and health.
1
View repository →Python
Sourceright
Active
Reference verification MCP server for CSL bibliographies, evidence, and audited writes.
1
View repository →Rust
healthpoint-rs
Active
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
0
View repository →Rust
Apache-2.0
OSF CLI Go
Maintained
Read-only MCP tools for authenticated Open Science Framework projects and files.
0
View repository →Go
Apache-2.0