applescript-mcp
191
Applescript-mcp is a Model Context Protocol server that allows AI applications to interact with macOS using AppleScript. The server offers features like system control, file management, and messaging, enhancing AI application capabilities on macOS. It is developed with TypeScript and provides modular architecture for easy extensibility.
Overview
A Model Context Protocol server that enables LLM applications to interact with macOS through AppleScript. It provides a standardized interface for AI applications to control system functions, manage files, handle notifications, and more.
Features
- Calendar management
- Clipboard operations
- Finder integration
- System notifications
- System controls
- iTerm terminal integration
- Mail operations
- Shortcuts automation
- Messaging
- Note management
- Document creation
Planned Features
- Safari integration
- Reminders management
Prerequisites
- macOS 10.15 or later
- Node.js 18 or later
Development Setup
- Install dependencies with npm
- Build the server using npm scripts
- Launch with MCP Inspector for testing and debugging
Common Issues
- Permission and script failures
- Communication issues