apple-mcp
MCP server for macOS Apple apps. Enables read/write access to Notes, Reminders, Calendar, Contacts, and Safari using SQLite and JXA, all running locally.
README
apple-mcp
MCP server for macOS Apple apps. Provides 28 read/write tools across Notes, Reminders, Calendar, Contacts, and Safari -- all running locally on your Mac via SQLite and JXA (JavaScript for Automation).
Install
Claude Code
claude mcp add apple -- npx @roebot0/apple-mcp
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"apple": {
"command": "npx",
"args": ["@roebot0/apple-mcp"]
}
}
}
Tools
Notes (8 tools)
| Tool | Description |
|---|---|
apple_notes_list |
List notes with title, snippet, folder, and dates (paginated) |
apple_notes_search |
Search notes by keyword in title and snippet |
apple_notes_get |
Get full plaintext body of a note by exact title |
apple_notes_folders |
List all folders with note counts |
apple_notes_recent |
Get N most recently modified notes |
apple_notes_by_folder |
Get all notes in a specific folder |
apple_notes_create |
Create a new note in a specified folder |
apple_notes_stats |
Aggregate stats: total notes, per-folder counts, date range |
Reminders (6 tools)
| Tool | Description |
|---|---|
apple_reminders_lists |
List all reminder lists with counts |
apple_reminders_list |
Get reminders in a specific list |
apple_reminders_due |
Get reminders due today, this week, or overdue |
apple_reminders_search |
Search reminders by keyword across all lists |
apple_reminders_create |
Create a new reminder with optional due date and priority |
apple_reminders_complete |
Mark a reminder as complete by name |
Calendar (5 tools)
| Tool | Description |
|---|---|
apple_calendar_today |
Get today's events across all calendars |
apple_calendar_range |
Get events in a date range |
apple_calendar_calendars |
List all calendars |
apple_calendar_search |
Search events by title |
apple_calendar_upcoming |
Get next N upcoming events |
Contacts (5 tools)
| Tool | Description |
|---|---|
apple_contacts_search |
Search contacts by name, email, or company |
apple_contacts_get |
Get full contact details by ID (emails, phones, etc.) |
apple_contacts_recent |
Get recently modified contacts |
apple_contacts_company |
List contacts at a specific company |
apple_contacts_stats |
Contact count and top companies |
Safari (4 tools)
| Tool | Description |
|---|---|
apple_safari_history |
Get recent browsing history |
apple_safari_search_history |
Search history by URL or page title |
apple_safari_bookmarks |
List bookmarks, optionally filtered by folder |
apple_safari_reading_list |
Get all Reading List items |
Requirements
- macOS (uses native SQLite databases and JXA automation)
- Node.js >= 18
- Full Disk Access required for Safari history -- grant it to your terminal app in System Settings > Privacy & Security > Full Disk Access
- Notes, Reminders, Calendar, and Contacts work without Full Disk Access
How it works
- Notes, Calendar, Contacts, Safari history: Read directly from local SQLite databases (read-only)
- Notes create, Reminders (all), Notes get: Use JXA (
osascript -l JavaScript) to interact with the native apps - Safari bookmarks/reading list: Parse the Bookmarks.plist file
No network requests. No API keys. Everything stays on your Mac.
Development
git clone https://github.com/AaronRoeF/apple-mcp.git
cd apple-mcp
npm install
npm run build
To test locally with Claude Code:
claude mcp add apple -- node /path/to/apple-mcp/start-mcp-server.js
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。