computer-use-mac-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| screenshotA | Take a screenshot of the current state of the screen. Returns a JPEG image. Call this frequently to observe what is on screen. |
| left_clickA | Click the left mouse button at the specified coordinates. |
| right_clickA | Click the right mouse button at the specified coordinates. |
| middle_clickB | Click the middle mouse button at the specified coordinates. |
| double_clickA | Double-click the left mouse button at the specified coordinates. |
| left_click_dragA | Click and drag the mouse from start_coordinate to coordinate. |
| typeB | Type text at the current cursor position. Works with any Unicode text. |
| keyA | Press a key or key combination. Use "+" to combine modifiers, e.g. "ctrl+c", "command+shift+z". Named keys: escape, return, tab, space, delete, up, down, left, right, f1–f12. IMPORTANT: On macOS, always prefer "command" over "ctrl" for standard shortcuts — e.g. use "command+a" (select-all), "command+c" (copy), NOT "ctrl+a"/"ctrl+c". "ctrl+a" and similar ctrl-shortcuts may trigger third-party app global hotkeys. |
| hold_keyC | Hold one or more keys for a duration. |
| mouse_moveA | Move the mouse cursor to the specified coordinates without clicking. |
| scrollC | Scroll the mouse wheel at the specified coordinates. |
| cursor_positionA | Get the current cursor position as {x, y} in screenshot coordinates. |
| zoomA | Take a zoomed-in screenshot of the area around the specified coordinate. |
| request_accessA | Request permission to control specific applications. Call this FIRST before any other computer-use tool. The user will approve or deny access for each app. |
| switch_displayA | Switch the active display for subsequent screenshots and actions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/somethingforheheda/computer-use-mac-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server