Skip to content
Cline

macOS-MCP for Cline

io.github.jeomon/macos-mcp

MCP server for macOS desktop automation via the Accessibility API.

client:Cline transport:stdio runtime:pypi

Install macOS-MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "macos-mcp": {
      "command": "uvx",
      "args": [
        "macos-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

macOS-MCP in other clients