macos-screen-mcp
If you are the rightful owner of macos-screen-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides window screenshot capabilities on macOS.
The macOS Screen View & Control MCP Server is designed to facilitate the interaction between LLMs and macOS environments by enabling the capture of screenshots of specific windows. This is achieved by identifying windows through their titles or IDs. The server also offers additional functionalities such as listing visible windows, finding windows by title or owner name, sending key press events, and typing text. These features make it a versatile tool for automating tasks and enhancing productivity on macOS systems.
Features
- Capture screenshots of specific windows by title or ID.
- List all visible windows on the macOS system.
- Find windows using titles or owner names.
- Send keyboard key press events to active windows.
- Type sequences of text characters with optional delays.
Tools
capture_window_screenshot
Captures a screenshot of a specific window by its title or ID.
list_windows
Lists all visible windows.
find_window
Finds a window by title or owner name.
send_key
Sends a keyboard key press event to the active window.
type_text
Types a sequence of text characters.