Best for
- Apple developers
- iOS/macOS developers
- Developers using AI coding assistants like Claude and Cursor
This server is feature-rich, offering comprehensive access to Apple documentation and WWDC content, suitable for Apple developers integrating into AI workflows. However, note that it is not official, depends on third-party APIs, and WWDC data may not be the latest.
The Apple Docs MCP server provides comprehensive access to Apple's official developer documentation through the Model Context Protocol. It supports searching frameworks, APIs, and documentation for iOS/macOS/watchOS/tvOS/visionOS, browsing framework indexes, technology catalogs, and documentation updates, and includes a rich WWDC video library (2014-2025) with full transcripts and code examples. The server features intelligent caching, UserAgent rotation, and high performance optimizations, making it ideal for quickly looking up Apple development resources within AI coding environments like Claude and Cursor.
Add the following JSON to your Claude Desktop configuration file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json), then restart Claude Desktop. For other clients (Claude Code, Cursor, VS Code, etc.), see the project README for configuration methods.
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": [
"-y",
"@kimsungwhee/apple-docs-mcp"
]
}
}
}