apple-docs-mcp
SafeiOS & macOS Development
apple-docs-mcp
SKILL.md
# Apple Docs MCP Skill
This skill wraps the Apple Developer Documentation MCP server.
## Config
```json
{
"mcp": {
"servers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}
}
```
More in iOS & macOS Development
apple-docs
SafeQuery Apple Developer Documentation, APIs, and WWDC videos (2014-2025).
instruments-profiling
SafeUse when profiling native macOS or iOS apps with Instruments/xctrace.
ios-simulator
SafeAutomate iOS Simulator workflows (simctl + idb): create/boot/erase devices, install/launch apps.
macos-spm-app-packaging
SafeScaffold, build, and package SwiftPM-based macOS apps without an Xcode project.