MCP server for Apple Developer Documentation — search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/ObjC APIs. Fork of kimsungwhee/apple-docs-mcp with fixed search (Apple JSONL API). Install: npx -y github:jfw1989/apple-docs-mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apple-docs-mcp": {
"command": "npx",
"args": [
"-y",
"jfw1989/apple-docs-mcp"
]
}
}
}
Run in terminal:
claude mcp add apple-docs-mcp npx -y jfw1989/apple-docs-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"apple-docs-mcp": {
"command": "npx",
"args": [
"-y",
"jfw1989/apple-docs-mcp"
]
}
}
}