apple-docs-mcp
This MCP server allows users to access and search Apple Developer Documentation using natural language queries.
The Apple Docs MCP server provides comprehensive access to Apple's official developer documentation, including frameworks, APIs, and code examples for iOS, macOS, watchOS, tvOS, and visionOS. Users can perform intelligent searches across various technologies such as SwiftUI, UIKit, and CoreData, making it easier to find relevant information quickly. Additionally, the server offers a sample code library and a WWDC video library, enhancing the learning experience for developers. With features like a technology catalog, documentation updates for the latest SDK releases, and related APIs discovery, this MCP server is designed to streamline the development process. It supports AI-powered queries, making it compatible with AI assistants like Claude and Cursor, thus providing instant access to technical guides and resources.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"apple-docs-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apple-docs-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions