npx claudepluginhub briannadoubt/claude-marketplace --plugin apple-docsAdd to your .mcp.json:
{
"mcpServers": {
"apple-docs": {
"command": "swift",
"args": [
"run",
"--package-path",
"${CLAUDE_PLUGIN_ROOT}",
"apple-docs"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
swift