From apple-pim
agent-flywheel MCP server running locally as a Node.js subprocess. Purpose and capabilities unclear from configuration alone.
npx claudepluginhub omarshahine/apple-pim-agent-plugin --plugin apple-pimAdd to your .mcp.json:
{
"mcpServers": {
"apple-pim": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/dist/server.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node