Odel
humanstandards

humanstandards

Local
@aklodhi983MDXUpdated 4 days ago

Read-only Human Standards guidance for accessible, usable interface design.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@humanstandards/mcp-serverv0.3.1

Run

npx -y @humanstandards/mcp-server

MCP client config

{
  "mcpServers": {
    "humanstandards": {
      "command": "npx",
      "args": [
        "-y",
        "@humanstandards/mcp-server"
      ]
    }
  }
}