Back to Apps

Apple Docs MCP
by kimsungwhee
Search Apple Developer Documentation, SwiftUI, UIKit, and WWDC videos directly within your AI assistant.
0 stars
Works in:CursorzedWindsurf
Exposes:ToolsResources
What it does
This MCP server provides a high-performance bridge to Apple's official developer documentation. It allows AI assistants to search for APIs, classes, and methods across iOS, macOS, watchOS, tvOS, and visionOS, and access detailed documentation and sample code.
Tools
search_apple_docs: Search official Apple documentation for specific APIs and classes.get_apple_doc_content: Retrieve detailed documentation content including platform compatibility.list_technologies: Browse the full catalog of Apple technologies and frameworks.search_framework_symbols: Search for specific symbols within a chosen framework.get_related_apis: Discover related APIs via inheritance and conformance.get_documentation_updates: Track latest WWDC announcements and SDK releases.get_sample_code: Browse Apple's official sample code projects.search_wwdc_videos: Search the WWDC video library (2014-2025) with metadata.get_wwdc_video_details: Get full transcripts and resources for specific WWDC sessions.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code
- Windsurf
- Zed
- Cline
Quick install
npx -y @kimsungwhee/apple-docs-mcpInformation
- Pricing
- free
- Published
- 4/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json context_servers: "Apple Docs": {"command": {"path": "npx", "args": ["-y", "@kimsungwhee/apple-docs-mcp"]}}Cursor
Add to ~/.cursor/mcp.json: {"mcpServers": {"apple-docs": {"command": "npx", "args": ["-y", "@kimsungwhee/apple-docs-mcp"]}}}Windsurf
Add to mcp_config.json: {"mcpServers": {"apple-docs": {"command": "npx", "args": ["-y", "@kimsungwhee/apple-docs-mcp"]}}}Claude Desktop
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}





