Apple-MCP
public.icon
https://github.com/Dhravya/apple-mcp
deepwikiでトレース: https://deepwiki.com/Dhravya/apple-mcp
Dhravya/apple-mcp | DeepWiki --- Dhravya/apple-mcp | DeepWiki
AppleScriptを使っているっぽい
Apple MCPのリモート化?
Search | DeepWiki
yuidvg.iconこれtutorial通りだと動かん
PATHを明示的に通す必要があった。これで動いた
code: claude_desktop_config.json
{
"mcpServers": {
"apple-mcp": {
"command": "/Users/yui/.bun/bin/bunx",
"args": [
"--no-cache",
"apple-mcp@latest"
],
"env": {
"PATH": "/Users/yui/.bun/bin:/usr/local/bin:/usr/bin:/bin"
}
}
}
}
同じくtkgshn.icon