Skip to main content
Glama

Apple MCP

by jxnl

Apple MCP 工具

这是针对MCP 协议的苹果原生工具集合。

这是有关如何进行设置的分步视频,并附带演示。 - https://x.com/DhravyaShah/status/1892694077679763671

图像

{ "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

...对于光标,你可以执行以下操作:

npx -y @smithery/cli@latest install @Dhravya/apple-mcp --client cursor

特征

  • 消息:
    • 使用 Apple Messages 应用发送消息
    • 读出消息
  • 笔记:
    • 列出笔记
    • 在 Apple Notes 应用中搜索和阅读笔记
  • 联系方式:
    • 搜索联系人以发送消息
  • 电子邮件:
    • 发送具有多个收件人(收件人、抄送人、密送人)和文件附件的电子邮件
    • 使用自定义查询、邮箱选择和结果限制来搜索电子邮件
    • 安排将来发送的电子邮件
    • 列出并管理预定的电子邮件
    • 检查全局或每个邮箱的未读电子邮件数量
  • 提醒:
    • 列出所有提醒和提醒列表
    • 按文本搜索提醒
    • 创建带有可选截止日期和注释的新提醒
    • 打开“提醒事项”应用查看具体提醒事项
  • 日历:
    • 搜索可自定义日期范围的日历事件
    • 列出即将发生的事件
    • 创建带有标题、位置和注释等详细信息的新日历事件
    • 在日历应用中打开日历事件
  • 网页搜索:
    • 使用 DuckDuckGo 搜索网页
    • 从搜索结果中检索和处理内容
  • 地图:
    • 搜索位置和地址
    • 将位置保存到收藏夹
    • 获取地点之间的路线
    • 在地图上放置图钉
    • 创建并列出指南
    • 将地点添加到指南
  • 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工具。

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

本地开发

git clone https://github.com/dhravya/apple-mcp.git cd apple-mcp bun install bun run index.ts

享受!

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

一组工具,使 Claude AI 和 Cursor 能够通过模型上下文协议访问原生 macOS 应用程序,例如消息、笔记、联系人、电子邮件、提醒、日历和地图。

  1. 快速安装
    1. 特征
      1. 手动安装
      2. 用法
    2. 本地开发

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol tool that enables Claude to interact with Microsoft Outlook for macOS, allowing users to read/send emails, manage calendar events, and access contacts through natural language commands.
        Last updated -
        3
        17
        TypeScript
        • Apple
      • A
        security
        F
        license
        A
        quality
        A local server that enables Claude Desktop to interact with your macOS Contacts and Messages apps, allowing you to search contacts and send iMessages through natural language commands.
        Last updated -
        2
        13
        JavaScript
        • Apple
      • A
        security
        F
        license
        A
        quality
        A collection of tools that enable AI assistants to interact with Apple applications and services including Contacts, Notes, Messages, Mail, Reminders, Calendar, Maps, and Web Search through the Model Context Protocol.
        Last updated -
        8
        TypeScript
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables AI assistants like Claude to access and manipulate Apple Notes on macOS, allowing for retrieving, creating, and managing notes through natural language interactions.
        Last updated -
        72
        TypeScript
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/jxnl/apple-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server