Apple MCP工具是一组针对MCP协议的苹果原生工具集合,它能帮助用户在苹果生态系统中更便捷地执行各种操作,如消息发送、笔记管理、联系人搜索等。
这里有一个关于如何设置此工具的分步视频,还包含演示:点击查看
{
"mcpServers": {
"apple-mcp": {
"command": "bunx",
"args": ["--no-cache", "apple-mcp@latest"]
}
}
若要通过Smithery自动为Claude Desktop安装Apple MCP,可使用以下命令:
npx -y @smithery/cli@latest install @Dhravya/apple-mcp --client claude
若要为Cursor安装,可使用以下命令:
npx -y @smithery/cli@latest install @Dhravya/apple-mcp --client cursor
你只需安装bun,可使用以下命令进行安装:
brew install oven-sh/bun/bun
现在,使用以下内容编辑你的claude_desktop_config.json文件:
{
"mcpServers": {
"apple-mcp": {
"command": "bunx",
"args": ["@dhravya/apple-mcp@latest"]
}
}
}
现在,你可以让Claude使用apple-mcp工具。例如:
Can you send a message to John Doe?
find all the notes related to AI and send it to my girlfriend
create a reminder to "Buy groceries" for tomorrow at 5pm
消息功能:
笔记功能:
联系人功能:
邮件功能:
提醒功能:
日历功能:
网页搜索功能:
地图功能:
待实现功能:在苹果照片应用程序中搜索和打开照片
待实现功能:在苹果音乐应用程序中搜索和打开音乐
你还可以将命令串联起来创建工作流。例如: “can you please read the note about people i met in the conference, find their contacts and emails, and send them a message saying thank you for the time.” (此功能有效!)
git clone https://github.com/dhravya/apple-mcp.git
cd apple-mcp
bun install
bun run index.ts
祝你使用愉快!