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.
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:
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 READMEsearch_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
Comparable tools
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
Last updated · Auto-generated from public README + GitHub signals.