# apple-docs-mcp > This skill wraps the Apple Developer Documentation MCP server. - Author: 0xturboblitz - Repository: sundial-org/awesome-openclaw-skills - Version: 20260201003509 - Stars: 38 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sundial-org/awesome-openclaw-skills - Web: https://mule.run/skillshub/@@sundial-org/awesome-openclaw-skills~apple-docs-mcp:20260201003509 --- --- name: apple-docs-mcp --- # 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"] } } } } ```