This AppleScript MCP framework, developed by Josh Rutkowski, enables seamless integration of AppleScript capabilities with the Model Context Protocol. It leverages TypeScript and the MCP SDK to provide a robust interface for interacting with macOS applications and system functions through natural language. The implementation is designed for developers looking to incorporate AI-driven automation and control of macOS environments, making it particularly useful for creating intelligent assistants, workflow automation tools, or AI-enhanced macOS applications. Its focus on AppleScript integration sets it apart by offering unique access to macOS-specific functionality within the MCP ecosystem.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create calendar event. Parameters: title, startDate, endDate, calendar (optional)
List today's events. Parameters: None
Copy to clipboard. Parameters: content
Get clipboard contents. Parameters: None
Clear clipboard. Parameters: None
Get selected files. Parameters: None
Search for files. Parameters: query, location (optional)
Preview file. Parameters: path
Show notification. Parameters: title, message, sound (optional)
Toggle DND mode. Parameters: None
Set system volume. Parameters: level (0-100)
Get active app. Parameters: None
Open application. Parameters: name
Close application. Parameters: name, force (optional)
Toggle dark mode. Parameters: None
Paste to iTerm. Parameters: None
Execute command in iTerm. Parameters: command, newWindow (optional)
Run a shortcut. Parameters: name, input (optional)
List all available shortcuts. Parameters: limit (optional)
Create a new email in Mail.app. Parameters: recipient, subject, body
List emails from a mailbox. Parameters: mailbox (optional), count (optional), unreadOnly (optional)
Get a specific email by search. Parameters: subject (optional), sender (optional), dateReceived (optional), mailbox (optional), account (optional), unreadOnly (optional), includeBody (optional)
List available iMessage and SMS chats. Parameters: includeParticipantDetails (optional, default: false)
Get messages from the Messages app. Parameters: limit (optional, default: 100)
Search for messages containing specific text. Parameters: searchText, sender (optional), chatId (optional), limit (optional, default: 50), daysBack (optional, default: 30)
Open Messages app with pre-filled message or auto-send. Parameters: recipient (required), body (optional), auto (optional, default: false)
Create a note with markdown-like formatting. Parameters: title, content, format (optional with formatting options)
Create a note with direct HTML content. Parameters: title, html
List notes, optionally from a specific folder. Parameters: folder (optional)
Get a specific note by title. Parameters: title, folder (optional)
Search for notes containing specific text. Parameters: query, folder (optional), limit (optional, default: 5), includeBody (optional, default: true)
Create a new Pages document with plain text. Parameters: content