macuse
Connect AI with any macOS app. Deep integration with native apps like Calendar, Mail, Notes, plus UI control for all applications. Works with Claude, Cursor, Raycast, and any MCP-compatible AI.
README
Macuse
<p align="center"> <img src="https://macuse.app/logo.png" alt="Macuse" width="128" height="128"> </p>
<h3 align="center"> Give Your AI Superpowers on macOS </h3>
<p align="center"> Connect AI with any macOS app. Deep integration with native apps like Calendar, Mail, Notes, plus UI control for all applications. Works with Claude, Cursor, Raycast, and any MCP-compatible AI. </p>
<p align="center"> <a href="#"><img src="https://img.shields.io/badge/platform-macOS_10.15+-lightgreen" alt="Platform"></a> <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-Compatible-green" alt="MCP Compatible"></a> </p>
<p align="center"> <a href="https://macuse.app/download/">Download</a> • <a href="#-features">Features</a> • <a href="#-quick-start">Quick Start</a> • <a href="https://macuse.app">Website</a> • <a href="mailto:support@macuse.app">Support</a> </p>
What is Macuse?
Macuse is a native Mac app that lets AI assistants like Claude, Cursor, and Raycast control your computer through the Model Context Protocol (MCP). Turn natural language commands into real actions:
- Control Any App - Click buttons, type text, navigate interfaces
- Manage Calendar - Create events, check availability, search schedules
- Work with Notes - Create, update, and search Apple Notes
- Handle Reminders - Manage tasks with priorities and due dates
- Inspect Interfaces - Extract text, find elements, analyze apps
How It Works
Transform your AI from a chatbot into a capable digital assistant. Simply give natural language commands:
Calendar & Scheduling
You: "Create a meeting called 'Design Review' for next Tuesday at 2 PM with a 30-minute reminder"
AI: *Creates the calendar event with all specified details and reminder*
Email Management
You: "Send a follow-up email to the design team about yesterday's meeting and mark all unread emails from Sarah as read"
AI: *Composes email, sends it, then marks specified emails as read*
Web Navigation & Apps
You: "Launch Safari, go to apple.com, and click on the Mac section"
AI: *Opens Safari, navigates to the URL, and clicks the Mac link*
Notes & Task Management
You: "Create a note called 'Project Ideas' with my three concepts, then add a reminder to review it tomorrow"
AI: *Creates the note with content and sets up the reminder*
Complex App Interactions
You: "Fill out this form in Photoshop with the project details and save it as a PDF"
AI: *Navigates the form, enters data, and exports as PDF*
Multi-App Workflows
You: "Check my calendar, create a note with today's meetings, and send a summary email to my assistant"
AI: *Reads calendar, creates organized note, composes and sends email*
Quick Start
Prerequisites
- macOS 10.15 or later
- Claude Desktop, Cursor, or any MCP-compatible AI client
Get Started in 30 Seconds
- Download Macuse from our website
- Launch and grant Accessibility permissions
- Generate your access token
- Configure your AI assistant
- Start automating your Mac!
Features
System Control (3 tools)
get_running_apps- Get all currently running macOS applicationsget_active_apps- Get applications currently visible on screenlaunch_app- Launch any macOS application by bundle ID
UI Inspector (4 tools)
get_ui_hierarchy- Retrieve complete UI structure of any appfind_ui_elements- Search for UI elements by attributesget_focused_element- Get the currently focused UI elementget_visible_text- Extract all visible text from an app
UI Interaction (7 tools)
mouse_move_to_element- Move cursor to any UI elementmouse_click_element- Left-click UI elementsmouse_double_click_element- Double-click UI elementsmouse_right_click_element- Right-click UI elementsactivate_element- Activate elements via accessibility APIkeyboard_press_key- Simulate key presses with modifierstype_text- Type text into focused fields
Calendar Management (7 tools)
check_calendar_permission- Check Calendar access permissionsget_calendars- List all available calendarsget_calendar_events- Search events with advanced filterscreate_calendar_event- Create new calendar eventsget_calendar_event- Get specific event detailsupdate_calendar_event- Modify existing eventsdelete_calendar_event- Remove calendar events
Mail Control (11 tools)
check_mail_permission- Check Mail app permissionsget_mail_accounts- List configured mail accountsget_mails- Search messages with filtersget_mail_content- Read full email contentcreate_mail- Compose and send emailsreply_mail- Reply to email threadsforward_mail- Forward emails to recipientsmark_as_read- Mark emails as readmark_as_unread- Mark emails as unreadget_mailboxes- List all mailboxesmove_mail- Move emails between mailboxesdelete_mail- Delete email messages
Notes Management (8 tools)
check_notes_permission- Check Notes access permissionsget_notes- Search notes with filtersget_note- Get full note content (HTML)create_note- Create new notesupdate_note- Update existing notesdelete_note- Move notes to trashrestore_note- Restore deleted notesopen_note- Open notes in Notes app
Reminders Control (6 tools)
check_reminders_permission- Check Reminders permissionsget_reminder_lists- List all reminder listsget_reminders- Search reminders with filterscreate_reminder- Create new remindersupdate_reminder- Update existing remindersdelete_reminder- Delete reminders
Security Features
- Token Authentication - Secure access control
- Device Binding - Locks to your specific Mac
- Granular Permissions - Control what AI can access
- Local Processing - No cloud, no tracking
Installation
Download Macuse
Get the latest version from our official download page:
<p align="center"> <a href="https://macuse.app/download/" style="font-size: 18px;"> <strong>→ Download Macuse for macOS</strong> </a> </p>
Setup Process
- Download from macuse.app/download
- Drag Macuse.app to your Applications folder
- Launch Macuse from Applications
- Grant Accessibility permissions when prompted
- Generate your access token
Configuration
Tip: You can copy configurations directly from the Macuse app or use one-click auto-configuration.
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"macuse": {
"command": "/Applications/Macuse.app/Contents/MacOS/macuse",
"args": ["--stdio"],
"env": {
"ACCESS_TOKEN": "your-token-here"
}
}
}
}
Cursor
Add to Cursor's MCP settings:
{
"mcpServers": {
"macuse": {
"command": "/Applications/Macuse.app/Contents/MacOS/macuse",
"args": ["--stdio"],
"env": {
"ACCESS_TOKEN": "your-token-here"
}
}
}
}
Raycast AI
Use SSE mode for Raycast:
{
"mcpServers": {
"macuse": {
"url": "http://127.0.0.1:35729/mcp",
"httpHeaders": {
"Authorization": "Bearer your-token-here"
}
}
}
}
<p align="center"> <strong>Ready to give your AI superpowers?</strong><br> <a href="https://macuse.app/download/">Download Macuse</a> and transform how you work with AI </p>
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。