MCP server · Audit CLI
Apple HIG lookup and audits for MCP-compatible agents.
HIG Doctor exposes Apple Human Interface Guidelines skills through the Model Context Protocol and ships a CLI that scans native and web UI code for accessibility, layout, color, typography, motion, control, and platform-pattern issues.
The same reference content the tools serve is browsable at /topics, with per-topic Markdown for agents.
MCP tools
List every HIG skill with descriptions and reference topics.
Fetch a HIG skill or a specific topic as Markdown for an agent.
Run a project audit with severity counts, Markdown output, and an optional fail gate.
Install paths
npx hig-doctor . --exportgit clone https://github.com/raintree-technology/hig-doctor.git
cd hig-doctor/packages/mcp
bun install
bun src/index.tsAudit coverage
HIG Doctor is open source and MIT-licensed for its structure and tooling. Apple HIG reference content remains Apple Inc. property; the project organizes references, exposes lookup paths, and runs detection rules without claiming Apple endorsement.