HIG Doctor for Cursor
io.github.raintree-technology/hig-doctor
Apple Human Interface Guidelines search, lookup, and project audits for AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install HIG Doctor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hig-doctor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hig-mcp"
],
"env": {
"HIG_SKILLS_DIR": "<HIG_SKILLS_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs