HomeDevelopment › HIG Doctor

HIG Doctor

Apple Human Interface Guidelines search, lookup, and project audits for AI coding agents.

TypeScript
★ 136 stars Last pushed 2026-09-11 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.3)

npx -y hig-mcp@0.2.3

Or add to your MCP client config:

{
  "mcpServers": {
    "hig-doctor": {
      "command": "npx",
      "args": [
        "-y",
        "hig-mcp@0.2.3"
      ],
      "env": {
        "HIG_SKILLS_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • HIG_SKILLS_DIR — Optional override for the skills directory. The published package bundles the HIG skills corpus, so this is only needed to point the server at a different or newer local copy.

Related servers

Data from the Official MCP Registry