MCP server providing seamless access to Apple Developer Documentation with smart search and wildcard support
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apple-doc-mcp": {
"command": "npx",
"args": [
"-y",
"MightyDillah/apple-doc-mcp"
]
}
}
}
Run in terminal:
claude mcp add apple-doc-mcp npx -y MightyDillah/apple-doc-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"apple-doc-mcp": {
"command": "npx",
"args": [
"-y",
"MightyDillah/apple-doc-mcp"
]
}
}
}