---
name: sundial-org/apple-docs-mcp
source: https://app.decimal.ai/s/sundial-org-apple-docs-mcp@1/SKILL.md
source_sha256: 00ee54136c5f
---

# 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"]
      }
    }
  }
}
```