agentsclimarketplace

Kimsungwhee apple docs mcp

Skill JordanCoin/ios-skills-collection/skills/kimsungwhee--apple-docs-mcp

MCP server for Apple Developer Documentation. Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos with transcripts, sample code, and framework APIs. Use when you need to look up Apple APIs, check platform compatibility, find WWDC sessions, or browse framework symbols. Install the MCP server first, then use its tools.From its SKILL.md

Install
npx -y skills add JordanCoin/ios-skills-collection --skill kimsungwhee--apple-docs-mcp

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.0 KB, 683 tokens by cl100k_base, as published. Nobody here has run it

Apple Docs MCP

MCP server for searching Apple Developer Documentation directly from AI agents. Search APIs, frameworks, WWDC videos, sample code, and platform compatibility.

Source: kimsungwhee/apple-docs-mcp by @kimsungwhee

Install

Claude Code:

claude mcp add apple-docs -- npx -y @kimsungwhee/apple-docs-mcp@latest

Codex / .mcp.json:

{
  "mcpServers": {
    "apple-docs": {
      "command": "npx",
      "args": ["-y", "@kimsungwhee/apple-docs-mcp@latest"]
    }
  }
}

Available Tools

ToolUse when
search_apple_docs"How does X work?" — search for any API, class, method
get_apple_doc_contentGet full docs for a specific API with related APIs + platform compat
search_framework_symbolsBrowse classes/structs/protocols within a framework
get_related_apisFind inheritance, conformance, "See Also" relationships
find_similar_apisApple's official recommendations for alternatives
get_platform_compatibilityVersion support, beta status, deprecation for an API
list_technologiesBrowse all Apple technologies by category
get_technology_overviewsComprehensive guides for technology areas
get_documentation_updatesLatest WWDC announcements, release notes
get_sample_codeBrowse Apple sample code projects by framework
search_wwdc_videosSearch WWDC sessions by keyword, topic, year
get_wwdc_video_detailsFull transcript, code examples, resources for a session
list_wwdc_topics19 topic categories from Swift to Spatial Computing
list_wwdc_yearsConference years with video counts

When to Use

  • Before writing framework code: search for the API to get correct signatures and patterns
  • Checking deprecations: use get_platform_compatibility before using any API
  • Finding alternatives: use find_similar_apis when an API is deprecated
  • Learning a framework: use search_framework_symbols + get_technology_overviews
  • WWDC context: search videos for the "why" behind API design decisions

Example Queries

search_apple_docs("SwiftUI withAnimation")
get_apple_doc_content("/documentation/swiftui/view/animation(_:value:)")
search_framework_symbols("SwiftUI", "Button")
get_platform_compatibility("/documentation/healthkit")
search_wwdc_videos("Swift concurrency")
get_sample_code("CoreML")

Data

  • 1,260+ WWDC sessions with transcripts (2012-2025), bundled offline
  • Full Apple Developer Documentation JSON API access
  • Smart caching (30min docs, 10min search, 1hr frameworks)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.