A local Apple Documentation crawler and MCP server. Written in Swift.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cupertino": {
"command": "npx",
"args": [
"-y",
"mihaelamj/cupertino"
]
}
}
}
Run in terminal:
claude mcp add cupertino npx -y mihaelamj/cupertino
Add to .cursor/mcp.json:
{
"mcpServers": {
"cupertino": {
"command": "npx",
"args": [
"-y",
"mihaelamj/cupertino"
]
}
}
}