-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Feature Request
SwiftAutoGUI provides AppleScript execution functions that allow running AppleScript code directly or from files. This enables powerful macOS automation capabilities.
Current State
- swift-mcp-gui has no AppleScript execution capability
- Limited to basic GUI automation without access to deeper macOS APIs
Proposed Implementation
Add two new tools:
executeAppleScript: Execute AppleScript code directlyexecuteAppleScriptFile: Execute AppleScript from a file
Use Cases
- Automating macOS-specific features
- Interacting with applications through their AppleScript interfaces
- Complex automation workflows that combine GUI and AppleScript
- System-level automation tasks
Benefits
- Access to macOS-specific automation features
- Ability to control applications that expose AppleScript APIs
- More powerful automation capabilities beyond basic GUI interaction
Reference
SwiftAutoGUI implementation: https://github.com/NakaokaRei/SwiftAutoGUI
Metadata
Metadata
Assignees
Labels
No labels