Back to MCP Servers
Cupertino
Apple Documentation MCP Server. Search Apple developer docs, Swift Evolution proposals, and 600+ sample code projects with full-text search.
developer-toolsswift
By mihaelamj
Installation
npx -y cupertinoConfiguration
{
"mcpServers": {
"cupertino": {
"command": "npx",
"args": ["-y", "cupertino"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes