Apple Docs MCP
Search Apple Developer Documentation, framework APIs and WWDC videos from Claude, Cursor and other MCP clients.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Swift developers who want current Apple API references instead of model recall.
About Apple Docs MCP
Apple Docs MCP gives assistants search and retrieval over Apple's developer documentation through Apple's JSON API: SwiftUI, UIKit, Foundation and other frameworks across iOS, macOS, watchOS, tvOS and visionOS, with framework indexes, a technology catalogue, Swift and Objective-C code examples and WWDC video content. It is a community project, not published by Apple.
Apple Docs MCP is an open-source project written primarily in TypeScript, with 1.4k stars on GitHub. It was last updated in March 2026.
Add Apple Docs MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add apple-docs-mcp -- npx -y @kimsungwhee/apple-docs-mcpCursor
{
"mcpServers": {
"apple-docs-mcp": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}VS Code
{
"servers": {
"apple-docs-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"apple-docs-mcp": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}Codex
[mcp_servers.apple-docs-mcp]
command = "npx"
args = ["-y", "@kimsungwhee/apple-docs-mcp"]Apple Docs MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Apple Docs MCPthis listing | 1.4k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
