这是一个用于MCP协议的苹果原生工具集合。
这里有一个逐步视频教程,演示如何设置这些工具,并附带演示。 - https://x.com/DhravyaShah/status/1892694077679763671
<a href="https://glama.ai/mcp/servers/gq2qg6kxtu"> <img width="380" height="200" src="https://gips0.baidu.com/it/u=3468692439,2118647451&fm=3081&app=3081&f=PNG?w=760&h=400" alt="Apple Server MCP 服务器" /> </a>{
"mcpServers": {
"apple-mcp": {
"command": "bunx",
"args": ["--no-cache", "apple-mcp@latest"]
}
}
</details>
要通过Smithery自动安装Apple MCP到Claude Desktop:
npx -y @smithery/cli@latest install @Dhravya/apple-mcp --client claude
... 对于cursor,你可以这样做:
npx -y @smithery/cli@latest install @Dhravya/apple-mcp --client cursor
消息:
笔记:
联系人:
邮件:
提醒事项:
日历:
网络搜索:
地图:
TODO:在Apple Photos应用中搜索并打开照片
TODO:在Apple Music应用中搜索并打开音乐
你还可以链接命令来创建工作流。例如: "你能读一下关于我在会议中遇到的人的笔记,找到他们的联系方式和电子邮件,并给他们发一条感谢他们的时间的消息吗?"
(它确实有效!)
你需要安装bun,使用brew install oven-sh/bun/bun进行安装。
现在,编辑你的claude_desktop_config.json如下:
{
"mcpServers": {
"apple-mcp": {
"command": "bunx",
"args": ["@dhravya/apple-mcp@latest"]
}
}
}
现在,让Claude使用apple-mcp工具。
你能给John Doe发送一条消息吗?
找出所有与AI相关的笔记,并发送给我女朋友
创建一个提醒事项“购买杂货”,定于明天下午5点
git clone https://github.com/dhravya/apple-mcp.git
cd apple-mcp
bun install
bun run index.ts
享受吧!