About Macpilotcli
Macpilotcli is an MCP server published by huhu415 in the Developer Tools category: macPilot CLI is a mcp server, It provides a collection of system tools that allow AI assistants to perform various operations on macOS systems. It has been installed 0 times through Conduid.
The repository has 16 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx macpilotcliThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Macpilotcli
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
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
README mirrored from the source repository 2 days ago. The original is authoritative.