The apple-docs-mcp server provides AI agents with access to Apple Developer Documentation, including iOS, macOS, SwiftUI, and UIKit docs, WWDC videos, and Swift/Objective-C APIs. It offers search capabilities and code examples for integration into AI assistants like Claude and Cursor. Developers can use it to retrieve specific documentation, code snippets, and video resources directly within their AI workflows.
The apple-docs-mcp server provides AI agents with access to Apple Developer Documentation, including iOS, macOS, SwiftUI, and UIKit docs, WWDC videos, and Swift/Objective-C APIs. It offers search capabilities and code examples for integration into AI assistants like Claude and Cursor. Developers can use it to retrieve specific documentation, code snippets, and video resources directly within their AI workflows.
npx -y @kimsungwhee/apple-docs-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"kimsungwhee-apple-docs-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @kimsungwhee/apple-docs-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from apple-docs-mcp?"
No configuration required. This server works out of the box.
"What resources are available in apple-docs-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in apple-docs-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in apple-docs-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.