HIG Doctor
Rank #3,788io.github.raintree-technology/hig-doctor
Apple Human Interface Guidelines search, lookup, and project audits for AI coding agents.
HIG Doctor is a Model Context Protocol (MCP) server published by raintree-technology. It ranks #3,788 of 115,460 servers tracked on MCP Toplist, and its repository has 119 GitHub stars. HIG Doctor is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Feb 9, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 111,672 of 115,460 servers on MCP Toplist.
Use HIG Doctor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hig-doctor -e "HIG_SKILLS_DIR=<your HIG_SKILLS_DIR>" -- npx -y hig-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hig-doctor]
command = "npx"
args = ["-y", "hig-mcp"]
[mcp_servers.hig-doctor.env]
HIG_SKILLS_DIR = "<your HIG_SKILLS_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hig-doctor": {
"command": "npx",
"args": [
"-y",
"hig-mcp"
],
"env": {
"HIG_SKILLS_DIR": "<your HIG_SKILLS_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hig-doctor": {
"command": "npx",
"args": [
"-y",
"hig-mcp"
],
"env": {
"HIG_SKILLS_DIR": "<your HIG_SKILLS_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hig-doctor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hig-mcp"
],
"env": {
"HIG_SKILLS_DIR": "<your HIG_SKILLS_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hig-doctor": {
"command": "npx",
"args": [
"-y",
"hig-mcp"
],
"env": {
"HIG_SKILLS_DIR": "<your HIG_SKILLS_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hig-doctor": {
"command": "npx",
"args": [
"-y",
"hig-mcp"
],
"env": {
"HIG_SKILLS_DIR": "<your HIG_SKILLS_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.raintree-technology%2Fhig-doctor)<a href="https://mcptoplist.com/server/io.github.raintree-technology%2Fhig-doctor"><img src="https://mcptoplist.com/badge/io.github.raintree-technology%2Fhig-doctor.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
raintree-technology
Other servers by raintree-technology
View all raintree-technology servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Jul 27, 2026 |
Frequently asked questions
- Who maintains HIG Doctor?
- HIG Doctor is maintained by raintree-technology, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is HIG Doctor listed on the Official MCP Registry?
- Yes — HIG Doctor is listed on the Official MCP Registry, alongside Glama.
- How many versions does HIG Doctor have?
- MCP Toplist tracks 1 version of HIG Doctor, most recently published on Jul 27, 2026.
- Where can I find the source code for HIG Doctor?
- The source code for HIG Doctor is hosted at github.com/raintree-technology/hig-doctor.