MacPilot命令行界面
MacPilot CLI是一个开源工具,它使大型语言模型(LLM)能够通过MCP(模型控制协议)协议与macOS进行交互。 它提供了一系列系统工具,允许AI助手在macOS系统上执行各种操作。
工具文档
getCursorPositioncontrolMousepasteTextcaptureScreenshellopenApplistAppsgetWindowsInfogetWindowA11yInfo
待实施的工具
- \[\]拖动鼠标
入门指南
- 您需要一台运行macOS 14.0(Sonoma)或更高版本的苹果Silicon Mac电脑
- 从下载二进制文件 发布 章节
- 通过添加以下配置来配置您的MCP兼容应用程序(Cursor或Claude Desktop应用程序):
{
"mcpServers": {
"macPilotCli": {
"command": "/path/to/downloaded/binary"
}
}
}- 给予必要的 权限(屏幕录制、可访问性) 您正在使用MacPilot CLI的应用程序。
*例如,如果您正在使用Cursor,请确保Cursor在系统设置中具有所需的权限。*
- 根据应用程序的要求切换到与工具兼容的型号,您就可以使用MacPilot CLI了
