MCP Server Macos Use
UnclaimedAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (12)
animationDuration
(Number, Optional): Duration of the feedback animation.
delayAfterAction
(Number, Optional): Add a delay after performing the action.
identifier
(String, Required): The application's name, bundle ID, or file path.
keyName
(String, Required): The name of the key (e.g., Return, Escape, ArrowUp, Delete, a, B). Case-sensitive for letters if no modifiers are active.
modifierFlags
(Array<String>, Optional): An array of modifier keys to hold during the press. Valid values: CapsLock (or Caps), Shift, Control (or Ctrl), Option (or Opt, Alt), Command (or Cmd), Function (or Fn), NumericPad (or Numpad), Help.
onlyVisibleElements
(Boolean, Optional): Limit traversal to visible elements.
pid
(Number, Required): The Process ID (PID) of the target application.
showAnimation
(Boolean, Optional): Show visual feedback animation for actions.
showDiff
(Boolean, Optional): Include a diff between traversals (if applicable).
text
(String, Required): The text to be typed.
traverseAfter
(Boolean, Optional): Traverse accessibility tree after the primary action (usually defaults to true).
traverseBefore
(Boolean, Optional): Traverse accessibility tree before the primary action.