macPilotCli
macPilotCli is a command-line tool designed for automating system settings and management on macOS. Developed in Swift, it allows users to easily operate from the command line. With a variety of features, it supports efficient management of the system.
GitHub Stars
13
User Rating
Not Rated
Favorites
0
Views
23
Forks
1
Issues
0
MacPilot CLI
MacPilot CLI is an open-source tool that enables Large Language Models (LLMs) to interact with macOS through the MCP (Model Control Protocol) protocol.
It provides a collection of system tools that allow AI assistants to perform various operations on macOS systems.
Tool Documentation
getCursorPositioncontrolMousepasteTextcaptureScreenshellopenApplistAppsgetWindowsInfogetWindowA11yInfo
Tools To Be Implemented
- Drag mouse
Getting Started
- You need a Mac computer with Apple Silicon running macOS 14.0 (Sonoma) or later
- Download the binary file from the Releases section
- Configure your MCP-compatible application (Cursor or Claude Desktop app) by adding the following configuration:
{ "mcpServers": { "macPilotCli": { "command": "/path/to/downloaded/binary" } } } - Grant the necessary permissions (screen recording, accessibility) to the application you're using with MacPilot CLI.
For example, if you're using Cursor, make sure Cursor has the required permissions in System Settings. - Switch to a tool-compatible model according to your application's requirements, and you're ready to use MacPilot CLI
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.