← Back to iOS & macOS Development

apple-docs-mcp

apple-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"]
      }
    }
  }
}