MCP Catalogs
Home

apple-docs-mcp

by kimsungwhee·1,259·Score 56

Apple Developer Documentation MCP server providing searchable access to official docs, APIs, WWDC videos, and code examples across Apple platforms.

developer-toolsai-llmsearch
50
Forks
9
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

Apple Docs MCP is a comprehensive Model Context Protocol server that provides intelligent access to Apple's entire developer documentation ecosystem. It enables developers to search Apple's official documentation for iOS, macOS, watchOS, tvOS, and visionOS, including SwiftUI, UIKit, Foundation, and other frameworks. The server offers advanced features like smart search across documentation, WWDC video library with transcripts, code examples, API relationship discovery, and platform compatibility analysis. Its architecture supports multiple AI assistants including Claude, Cursor, VS Code, Windsurf, and Zed, making it a versatile tool for Apple developers.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Quickly search Apple documentation for specific APIs, classes, or methods while coding
you:Access SwiftUI and UIKit documentation with related API suggestions
you:Search and watch WWDC sessions directly from AI assistants to learn new technologies
you:Get code examples and implementation guidance for Apple frameworks
you:Track documentation updates and beta features for new iOS/macOS releases
you:What Apple platforms are supported?
you:Can I search WWDC videos with transcripts?

When to choose this

Choose this MCP server when you're an Apple developer working with iOS, macOS, or other Apple platforms and want instant access to official documentation, APIs, and WWDC content within your AI assistant.

When NOT to choose this

Don't choose this if you're not developing for Apple platforms, as it provides no value for non-Apple documentation or frameworks.

Tools this server exposes

12 tools extracted from the README
  • 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

Comparable tools

apple-mcpwwdc-mcpapple-documentation

Installation

Claude Desktop (Recommended)

Add this to your Claude Desktop configuration: **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"]
    }
  }
}

Restart Claude Desktop and start asking about Apple APIs!

Cursor

Add to ~/.cursor/mcp.json:

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

FAQ

What Apple platforms are supported?
The server supports iOS 13+, macOS 10.15+, watchOS 6+, tvOS 13+, and visionOS with comprehensive documentation for all these platforms.
Can I search WWDC videos with transcripts?
Yes, the server includes a tool to search WWDC videos from 2014-2025 with full transcripts, code examples, and session metadata.

Compare apple-docs-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.