MCP server for Apple Developer Documentation — search frameworks, look up symbols, and browse APIs directly from Claude
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-docs-mcp-serve": {
"command": "npx",
"args": [
"-y",
"tigew/apple-docs-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add apple-docs-mcp-serve npx -y tigew/apple-docs-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"apple-docs-mcp-serve": {
"command": "npx",
"args": [
"-y",
"tigew/apple-docs-mcp-server"
]
}
}
}