MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
{
"mcpServers": {
"apple-docs": {
"args": [
"-y",
"@kimsungwhee/apple-docs-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
Is it safe?
No known CVEs for @kimsungwhee/apple-docs-mcp.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 23 days ago. 1,207 stars. 1,439 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
9 tools. ~700 tokens (0.4% of 200K).
This server supports HTTP transport. Be the first to test it — help the community know if it works.
searchIntelligent search across Apple Developer Documentation for frameworks, APIs, and technologies
get_framework_indexBrowse hierarchical API structures for iOS, macOS, watchOS, tvOS, visionOS frameworks
get_documentationRetrieve detailed documentation for specific APIs with code examples and platform compatibility
get_related_apisFind related SwiftUI views, UIKit controllers, and framework-specific API relationships
get_technology_catalogExplore Apple technologies including SwiftUI, UIKit, Metal, Core ML, Vision, and ARKit
get_documentation_updatesTrack WWDC 2024/2025 announcements, iOS/macOS releases, and latest SDK updates
search_wwdc_videosSearch WWDC 2014-2025 sessions with transcripts, Swift/SwiftUI code examples, and resources
get_sample_codeAccess Swift and Objective-C code examples for iOS, macOS, and cross-platform development
check_platform_compatibilityAnalyze iOS 13+, macOS 10.15+, watchOS 6+, tvOS 13+, visionOS compatibility
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Apple Docs Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Apple Developer Documentation MCP Server - Access Apple's official developer docs, frameworks, APIs, SwiftUI, UIKit, and WWDC videos through Model Context Protocol. Search iOS, macOS, watchOS, tvOS, and visionOS documentation with AI-powered natural language queries. Get instant access to Swift/Objective-C code examples, API references, and technical guides directly in Claude, Cursor, or any MCP-compatible AI assistant.
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"]
}
}
}
Note: If you encounter issues with an old version being used, add
@latestto force the latest version:"args": ["-y", "@kimsungwhee/apple-docs-mcp@latest"]
Restart Claude Desktop and start asking about Apple APIs!
claude mcp add apple-docs -- npx -y @kimsungwhee/apple-docs-mcp@latest
Via Settings: Settings → Cursor Settings → MCP → Add new global MCP server
Via Config File: Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}
Add to your VS Code MCP config:
{
"mcp": {
"servers": {
"apple-docs": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
... [View full README on GitHub](https://github.com/kimsungwhee/apple-docs-mcp#readme)