apple-docs-mcp
by kimsungwhee·★ 1,259·综合分 56
Apple 开发者文档 MCP 服务器,提供对官方文档、API、WWDC 视频和示例代码的可搜索访问。
概述
Apple Docs MCP 是一个全面的模型上下文协议服务器,提供对整个 Apple 开发者文档生态系统的智能访问。它使开发者能够搜索 Apple 的官方文档,包括 iOS、macOS、watchOS、tvOS 和 visionOS 平台,以及 SwiftUI、UIKit、Foundation 等框架。该服务器提供高级功能,如智能文档搜索、带字幕的 WWDC 视频库、代码示例、API 关系发现和平台兼容性分析。其架构支持多种 AI 助手,包括 Claude、Cursor、VS Code、Windsurf 和 Zed,使其成为 Apple 开发者的多功能工具。
试试问 AI
装完之后,这里有 7 个你可以让 AI 做的事:
什么时候选它
当您是使用 iOS、macOS 或其他 Apple 平台的开发人员,并希望在 AI 助手中即时访问官方文档、API 和 WWDC 内容时,选择此 MCP 服务器。
什么时候不要选它
如果您不开发 Apple 平台,不要选择此服务器,因为它不适用于非 Apple 文档或框架。
此 server 暴露的工具
从 README 抽取出 12 个工具search_apple_docsSearch Apple Developer Documentation for specific APIs, classes, methods
get_apple_doc_contentGet detailed documentation content with optional enhanced analysis
list_technologiesBrowse all Apple technologies with category filtering
search_framework_symbolsSearch symbols in specific framework with type filtering
get_related_apisFind related APIs based on inheritance and conformance
get_platform_compatibilityAnalyze platform compatibility for specific APIs
find_similar_apisDiscover similar APIs using Apple's official recommendations
get_sample_codeBrowse Apple sample code projects with framework filtering
search_wwdc_videosSearch WWDC video sessions with topic and year filtering
get_wwdc_video_detailsGet detailed WWDC video information with transcripts and code examples
list_wwdc_topicsList all available WWDC topics categories
get_technology_overviewsGet comprehensive technology overviews and guides
可对比工具
安装
Claude Desktop(推荐)
将此配置添加到您的 Claude Desktop 配置文件中: **macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}重启 Claude Desktop 并开始询问 Apple API!
Cursor
添加到 ~/.cursor/mcp.json:
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}FAQ
- 支持哪些 Apple 平台?
- 该服务器支持 iOS 13+、macOS 10.15+、watchOS 6+、tvOS 13+ 和 visionOS,并提供所有这些平台的完整文档。
- 我可以搜索带字幕的 WWDC 视频吗?
- 是的,该服务器包含一个工具,可以搜索 2014-2025 年的 WWDC 视频,提供完整字幕、代码示例和会话元数据。
apple-docs-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。