MCP Catalogs
首页

apple-docs-mcp

by kimsungwhee·1,259·综合分 56

Apple 开发者文档 MCP 服务器,提供对官方文档、API、WWDC 视频和示例代码的可搜索访问。

developer-toolsai-llmsearch
50
Forks
9
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

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 做的事:

:在编码时快速搜索 Apple 文档中的特定 API、类或方法
:访问 SwiftUI 和 UIKit 文档,获取相关 API 建议
:直接从 AI 助手中搜索和观看 WWDC 会议,学习新技术
:获取 Apple 框架的代码示例和实现指导
:跟踪文档更新和新版本 iOS/macOS 的 beta 功能
:支持哪些 Apple 平台?
:我可以搜索带字幕的 WWDC 视频吗?

什么时候选它

当您是使用 iOS、macOS 或其他 Apple 平台的开发人员,并希望在 AI 助手中即时访问官方文档、API 和 WWDC 内容时,选择此 MCP 服务器。

什么时候不要选它

如果您不开发 Apple 平台,不要选择此服务器,因为它不适用于非 Apple 文档或框架。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • search_apple_docs

    Search Apple Developer Documentation for specific APIs, classes, methods

  • get_apple_doc_content

    Get detailed documentation content with optional enhanced analysis

  • list_technologies

    Browse all Apple technologies with category filtering

  • search_framework_symbols

    Search symbols in specific framework with type filtering

  • get_related_apis

    Find related APIs based on inheritance and conformance

  • get_platform_compatibility

    Analyze platform compatibility for specific APIs

  • find_similar_apis

    Discover similar APIs using Apple's official recommendations

  • get_sample_code

    Browse Apple sample code projects with framework filtering

  • search_wwdc_videos

    Search WWDC video sessions with topic and year filtering

  • get_wwdc_video_details

    Get detailed WWDC video information with transcripts and code examples

  • list_wwdc_topics

    List all available WWDC topics categories

  • get_technology_overviews

    Get comprehensive technology overviews and guides

可对比工具

apple-mcpwwdc-mcpapple-documentation

安装

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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。