适合谁
- Apple 开发者
- iOS/macOS 开发人员
- 使用 AI 编程助手(如 Claude、Cursor)的开发者
该服务器功能丰富,提供全面的 Apple 文档和 WWDC 访问,适合 Apple 开发者集成到 AI 工作流。但需注意它非官方,依赖第三方 API,且 WWDC 数据可能不是最新。
Apple Docs MCP 服务器通过 Model Context Protocol 提供对 Apple 官方开发者文档的全面访问。它支持搜索 iOS/macOS/watchOS/tvOS/visionOS 的框架、API 和文档,支持浏览框架索引、技术目录和文档更新,并提供丰富的 WWDC 视频库(2014-2025 年)及完整文字记录和代码示例。该服务器内置智能缓存、UserAgent 轮换和高性能优化,适合在 Claude、Cursor 等 AI 编程环境中快速查阅 Apple 开发资源。
在 Claude Desktop 的配置文件中添加以下 JSON(macOS: ~/Library/Application Support/Claude/claude_desktop_config.json;Windows: %APPDATA%\Claude\claude_desktop_config.json),然后重启 Claude Desktop。其他客户端(Claude Code、Cursor、VS Code 等)的配置方法详见项目 README。
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": [
"-y",
"@kimsungwhee/apple-docs-mcp"
]
}
}
}