MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"apple-docs-mcp": {
"command": "npx",
"args": [
"-y",
"kimsungwhee/apple-docs-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add apple-docs-mcp npx -y kimsungwhee/apple-docs-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"apple-docs-mcp": {
"command": "npx",
"args": [
"-y",
"kimsungwhee/apple-docs-mcp"
]
}
}
}
📋 Copy