macOS Ecosystem MCP Server
Provides secure access to macOS Reminders, Calendar, and Notes using semantic tools and validated AppleScript templates. It enables users to manage schedules, tasks, and notes through natural language while ensuring multi-layer security validation.
README
macOS Ecosystem MCP Server
A secure, semantic Model Context Protocol (MCP) server that provides Claude with safe access to macOS productivity applications: Reminders, Calendar, and Notes.
Why This Server?
Unlike raw AppleScript execution servers (which are dangerous due to arbitrary code execution), this server provides:
- ✅ App-specific semantic tools (e.g.,
reminders_add,calendar_create_event) - ✅ Multi-layer security validation (Zod schemas + AppleScript validator)
- ✅ Template-based script generation (no string concatenation)
- ✅ Input sanitization and validation at every layer
- ✅ Clear, discoverable tool interfaces for LLMs
Features
🗓️ Reminders (4 tools)
reminders_add- Create reminders with title, notes, due date, priorityreminders_list- List reminders with filtering by list and completion statusreminders_complete- Mark reminders as completedreminders_search- Search reminders by keyword
📅 Calendar (5 tools)
calendar_create_event- Create events with full details (location, notes, alerts)calendar_list_events- List events within a date rangecalendar_find_free_time- Find available time slots for schedulingcalendar_update_event- Modify existing eventscalendar_delete_event- Delete events
📝 Notes (3 tools)
notes_create- Create notes with title and body (supports HTML)notes_append- Append content to existing notesnotes_search- Search notes by keyword
Installation
Option 1: Binary Installation (Recommended)
No Node.js required! Download a pre-built binary from GitHub Releases:
# For Apple Silicon (M1/M2/M3/M4)
curl -L https://github.com/neverprepared/macos-ecosystem-mcp/releases/latest/download/macos-mcp-arm64 -o macos-mcp
chmod +x macos-mcp
sudo mv macos-mcp /usr/local/bin/
Note: Intel Macs can run via Rosetta 2 or install from source.
See BINARY_INSTALL.md for detailed instructions.
Option 2: Install from Source
Prerequisites:
- macOS 10.15 or later
- Node.js 18+ or Bun
- pnpm (recommended) or npm
git clone https://github.com/neverprepared/macos-ecosystem-mcp.git
cd macos-ecosystem-mcp
pnpm install
pnpm build
Configuration
Option 1: Claude Code (CLI)
If using binary installation:
Add to your global ~/.claude/mcp.json:
{
"mcpServers": {
"macos-ecosystem": {
"command": "/usr/local/bin/macos-mcp"
}
}
}
If using source installation:
{
"mcpServers": {
"macos-ecosystem": {
"command": "/absolute/path/to/macos-ecosystem-mcp/start.sh"
}
}
}
Verify the server is loaded:
claude mcp list
# Should show "macos-ecosystem" in the list
Option 2: Claude Desktop
Add to your ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"macos-ecosystem": {
"command": "/Users/YOUR_USERNAME/path/to/macos-ecosystem-mcp/start.sh"
}
}
}
Replace YOUR_USERNAME and adjust the path to where you cloned this repository.
Environment Variables
Copy .env.example to .env and customize:
cp .env.example .env
Available options:
LOG_LEVEL- Logging verbosity:debug,info,warn,error(default:info)SCRIPT_TIMEOUT- Script execution timeout in milliseconds (default:30000)ENABLE_SECURITY_VALIDATION- Enable security checks (default:true)
macOS Permissions
On first use, macOS will prompt you to grant automation permissions. You need to allow this server to control:
- Reminders
- Calendar
- Notes
Navigate to: System Settings > Privacy & Security > Automation
Usage Examples
Create a Reminder
Create a reminder "Review PR #123" in my Work list, due tomorrow at 2pm, high priority
Find Free Time
Find me a 30-minute slot tomorrow between 9am and 5pm
Create a Note
Create a note titled "Meeting Notes - Q1 Planning" with the following content: [your content]
Search Reminders
Find all reminders related to "project alpha"
Development
Run Tests
pnpm test # Run once
pnpm test:watch # Watch mode
pnpm test:coverage # With coverage report
Type Checking
pnpm typecheck
Development Mode
pnpm dev
Security
This server implements defense-in-depth security:
- Input Validation - Zod schemas validate all inputs
- Template-Based Generation - No string concatenation of user input
- AppleScript Validator - Blocks forbidden patterns before execution
- App Whitelist - Only approved apps can be targeted
- Timeout Protection - Scripts cannot run indefinitely
See docs/SECURITY.md for detailed security architecture.
Architecture
- TypeScript with strict type checking
- Zod for runtime validation
- date-fns for date handling
- run-applescript for AppleScript execution
- Vitest for testing
See docs/ARCHITECTURE.md for implementation details.
Roadmap
Phase 2 - Communication
- Mail (send, search, manage inbox)
- Messages (iMessage/SMS)
Phase 3 - Automation & Browser
- Shortcuts (list, run programmatically)
- Safari (tab management, navigation)
Phase 4 - Media & System
- Music (playback control, playlists)
- Photos (albums, search, export)
License
MIT
Contributing
Contributions welcome! Please:
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Ensure all tests pass (
pnpm test) - Submit a pull request
Troubleshooting
Permission Errors
If you see "Permission denied" errors:
- Go to System Settings > Privacy & Security > Automation
- Enable permissions for this tool to control Reminders/Calendar/Notes
- Restart Claude Desktop
Scripts Timing Out
Increase SCRIPT_TIMEOUT in .env:
SCRIPT_TIMEOUT=60000 # 60 seconds
Debug Logging
Enable debug logs in .env:
LOG_LEVEL=debug
Logs are written to stderr and won't interfere with MCP communication.
Support
For issues, questions, or feature requests, please open an issue on GitHub.
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。