apple-docs-mcp
// This skill wraps the Apple Developer Documentation MCP server.
$ git log --oneline --stat
stars:370
forks:70
updated:February 19, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameapple-docs-mcp
Apple Docs MCP Skill
This skill wraps the Apple Developer Documentation MCP server.
Config
{
"mcp": {
"servers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}
}