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 Documentation
Macuse
Give Your AI Superpowers on macOS
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.
Download • Features • Quick Start • Website
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, take screenshots
- Manage Calendar - Create events, check availability, search schedules
- Handle Contacts - Search, access, and manage contact information
- Work with Notes - Create, update, and search Apple Notes
- Handle Reminders - Manage tasks with priorities and due dates
- Send Messages - Control Messages app, send texts, manage conversations
- Location Services - Get current location, integrate with Maps
- Maps Integration - Search locations, get directions, open in Maps
- Email Management - Full Mail app control with advanced filtering
- 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*
Location & Maps
You: "Get my current location and find the nearest coffee shops, then give me directions to the highest rated one"
AI: *Gets GPS location, searches nearby coffee shops, gets ratings and directions*
Contacts & Messages
You: "Find John's contact info and send him a message about tomorrow's meeting"
AI: *Searches contacts for John, opens Messages, sends the specified message*
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*
System Requirements
Minimum Requirements
- macOS: 10.15 (Catalina) or later
- Hardware: Intel Mac or Apple Silicon Mac
- RAM: 4GB minimum, 8GB recommended
- Storage: 100MB free disk space
- Internet: Required for initial setup and AI client communication
Required Permissions
Macuse requires the following macOS permissions to function properly:
- Accessibility: Core requirement for UI control and app automation
- Calendar: For calendar management features
- Contacts: For contact search and management
- Reminders: For task management features
- Location Services: For location-based features (optional)
Compatible AI Clients
- Claude Desktop: Full stdio and SSE support
- Cursor: Full stdio support
- Raycast AI: Native SSE support
- Any MCP-compatible client: Via stdio or SSE proxy
Quick Start
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 (4 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 IDget_bundle_id
- Get the bundle ID of an application by its name
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
Contacts Management (3 tools)
check_contacts_permission
- Check Contacts access permissionsget_all_contacts
- Get all contacts from the address booksearch_contacts
- Search contacts by name, email, or other attributes
Location Services (1 tool)
get_current_location
- Get the current GPS location
Mail Control (12 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
Maps Integration (4 tools)
search_places
- Search for locations and placesget_directions
- Get directions between locationsexplore_places
- Explore nearby places and points of interestcalculate_eta
- Calculate estimated time of arrival
Messages Control (5 tools)
check_messages_permission
- Check Messages app permissionssearch_chats
- Search for message conversationssearch_messages
- Search for specific messagesget_chat
- Get details of a specific chat conversationsend_message
- Send text messages via Messages app
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:
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
Raycast supports direct SSE connections:
{
"mcpServers": {
"macuse": {
"url": "http://127.0.0.1:35729/mcp",
"httpHeaders": {
"Authorization": "Bearer your-token-here"
}
}
}
}
Other MCP Clients (SSE Mode)
For clients that don't support SSE natively, use the mcp-remote
proxy:
{
"mcpServers": {
"macuse": {
"command": "npx",
"args": [
"mcp-remote",
"http://127.0.0.1:35729/mcp",
"--transport",
"sse-only",
"--header",
"Authorization=Bearer your-token-here"
]
}
}
}
Troubleshooting
Permissions Issues
Accessibility Permission Not Working
- Go to System Preferences → Security & Privacy → Privacy → Accessibility
- Remove Macuse from the list if present
- Re-add Macuse by clicking the + button
- Restart Macuse
Calendar/Contacts/Reminders Access Denied
- Go to System Preferences → Security & Privacy → Privacy
- Select the specific service (Calendar, Contacts, or Reminders)
- Check the box next to Macuse
- Restart Macuse if needed
Connection Issues
AI Client Can't Connect
- Verify your access token is correctly configured
- For SSE mode, ensure port 35729 is not blocked by firewall
- Check that Macuse is running and the token is valid
- Restart both Macuse and your AI client
Token Authentication Failed
- Regenerate a new token in the Macuse app
- Update your AI client configuration with the new token
- Ensure there are no extra spaces in the token string
Port Conflicts (SSE Mode)
- If port 35729 is in use, stop other applications using it
- Port 35729 is currently fixed and cannot be changed
- Ensure no other applications are using this port
Performance Issues
Slow Response Times
- Close unnecessary applications to free up system resources
- Check if multiple AI clients are making simultaneous requests
- Restart Macuse if it becomes unresponsive
UI Automation Not Working
- Ensure the target application is running and visible
- Some applications may require specific focus or window state
- Try clicking on the target application first
Frequently Asked Questions
General Usage
Q: Can I use multiple AI clients with Macuse simultaneously? A: Yes, Macuse supports concurrent connections from multiple AI clients. Each client will receive responses to their own requests.
Q: Is my data safe? Does Macuse send information to the cloud? A: Macuse processes everything locally on your Mac. No data is sent to external servers. Your calendar, contacts, and other information stay on your device.
Q: How do I reset my access token? A: Open the Macuse app, go to the Token section, and click "Generate New Token". Update your AI client configurations with the new token.
Q: Can Macuse work with apps that aren't mentioned in the feature list? A: Yes! The UI Inspector and Interaction tools work with any macOS application that supports accessibility APIs. Native integrations are available for Calendar, Mail, Notes, Reminders, Contacts, Maps, and Messages.
Technical Questions
Q: What's the difference between stdio and SSE modes? A: Stdio mode uses direct process communication (recommended for Claude Desktop and Cursor). SSE mode uses HTTP Server-Sent Events (required for Raycast AI and web-based clients).
Q: How do I change the SSE port from 35729? A: Currently, the SSE port is fixed at 35729. Port configuration will be available in a future update.
Q: Why do some operations seem slow? A: UI automation requires time for visual elements to load and respond. Macuse includes appropriate delays to ensure reliable operation across different apps and system speeds.
Q: Can I automate apps that require admin privileges? A: Macuse can interact with apps that have elevated privileges, but you may need to grant additional permissions or run those apps normally (not with sudo).
Privacy & Security
Q: What permissions does Macuse need and why? A: Macuse needs Accessibility (for UI control), Calendar/Contacts/Reminders (for native integrations), and optionally Location Services (for Maps features). These permissions are used only for the features you actively use.
Q: How secure is the token authentication? A: Tokens are securely generated and stored locally. They're bound to your specific Mac using hardware fingerprinting. Tokens can be regenerated at any time.
Updates & Maintenance
Checking for Updates
Macuse automatically checks for updates when launched. You can also manually check:
- Open the Macuse app
- Go to About section
- Click Check for Updates
Installing Updates
When an update is available:
- Click Download in the update notification
- Quit Macuse completely
- Replace the old app with the new version
- Launch the new version and verify your settings
Version History
Current version: 0.9.0
Recent Changes:
- Added Location Services and Maps integration
- Enhanced permission handling
- Improved Messages and Contacts toolboxes
- Better error handling and diagnostics
For detailed changelog, see CHANGELOG.md
Backup & Data
Your settings and tokens are automatically backed up in:
~/Library/Application Support/Macuse/
Before major updates, consider backing up this folder.
Known Limitations
Application Compatibility
Fully Supported Apps:
- All native macOS apps (Calendar, Mail, Notes, Reminders, Contacts, Messages)
- Most standard macOS applications
- Apps that properly implement accessibility APIs
Limited Support:
- Some third-party apps may have restricted accessibility access
- Apps with non-standard UI elements may require specific targeting
- Web content within apps requires specific element identification
Performance Considerations
- UI Operations: Some actions may take 1-2 seconds for visual feedback
- Large Data Sets: Operations on thousands of emails/contacts may be slower
- Concurrent Requests: Multiple simultaneous AI clients may experience delays
- System Resources: Heavy UI automation may temporarily increase CPU usage
Security Restrictions
- Sandboxed Apps: Some Mac App Store apps have limited accessibility
- System Dialogs: Cannot automate password prompts or security dialogs
- Admin Operations: Cannot perform actions requiring administrator privileges
- Protected Content: Cannot access password fields or secure payment forms
Feature Limitations
- Cross-Application Drag & Drop: Not currently supported
- File Dialog Automation: Limited support for complex file operations
- Multi-Monitor: UI targeting works best on primary display
- VoiceOver Integration: May conflict with running VoiceOver
Resources
Ready to give your AI superpowers?
Download Macuse and transform how you work with AI