Odel
mac use mcp

mac use mcp

Local
@antbotlab5TypeScriptMITUpdated 4mo ago

Zero-dependency macOS desktop automation for AI agents. 18 tools via MCP. macOS 13+.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmac-use-mcpv1.1.1

Run

npx -y mac-use-mcp

MCP client config

{
  "mcpServers": {
    "mac-use-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mac-use-mcp"
      ]
    }
  }
}