- Home
- MCP servers
- MCP Autogui Multinode Server
MCP Autogui Multinode Server
- python
2
GitHub Stars
python
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Available tools
move_mouse
Move the mouse cursor to specified coordinates x and y.
click_mouse
Click the mouse button at coordinates with optional button, press, and release actions.
press_mouse
Press and hold a mouse button at given coordinates.
release_mouse
Release a pressed mouse button.
drag_mouse
Drag the mouse from a source position to a target position.
scroll
Scroll the mouse wheel with direction and amount, optionally at a position.
press_key
Press a keyboard key or key combination.
type_text
Type text using the system clipboard.
wait
Pause execution for a specified duration in milliseconds.
take_screenshot
Capture the current screen and return an image.
get_cursor_position
Return the current mouse coordinates.
get_screen_size
Return the current screen resolution.