← Back to Skills
Automation

apple-docs-mcp

janhcla By janhcla 👁 4 views ▲ 0 votes

apple-docs-mcp

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

Comments

Sign in to leave a comment

Loading comments...