Back to Skills
    🦞

    apple-docs-mcp

    apple-docs-mcp

    By @janhcla
    View on GitHub
    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"]
          }
        }
      }
    }
    ```