★ 1,141 stars
TypeScript
🧠 Memory/Knowledge
Updated 1mo ago
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
View on GitHub →
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
Topics
ai-assistant api-documentation apple apple-developer-docs-mcp apple-developer-documentation apple-docs-mcp apple-documentation claude claude-code cursor documentation ios-development macos-development mcp model-context-protocol