MCPVault

click_at_coordinates

MCP tool from Desktop Pilot MCP by floatingbrij

Click at absolute screen coordinates

How to use it

click_at_coordinates is exposed by the Desktop Pilot MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the click_at_coordinates tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Desktop Pilot MCP

$npx -y winapp-mcp
FULL DESKTOP PILOT MCP LISTING

Other tools in Desktop Pilot MCP (39)

annotate_screenshot

Draw red bounding boxes around elements

attach_to_app

Attach to a running process by name

attach_to_pid

Attach to a running process by PID

click_element

Click a UI element by AutomationId or name

click_element_hwnd

Click in a specific window by handle

close_app

Close a tracked application

double_click_element

Double-click a UI element

drag_element

Drag from one element to another

element_exists

Fast boolean check — does this element exist?

expand_collapse_element

Expand, collapse, or toggle tree/menu items

fill_form

Fill multiple form fields in one call

find_all_elements

List all matching elements with indices

find_elements

Search for elements with filters (type, id, name)

find_elements_fuzzy

Fuzzy search — tolerates typos and partial names

get_all_values

Read all editable field values at once

get_element_bounds

Get bounding rectangle (screen coordinates)

get_focused_element

Get the currently focused element's info

get_snapshot

Get a UI tree snapshot (like browser DOM inspection)

get_tree_hash

Hash the UI tree to detect changes

invoke_element

Invoke via UIA InvokePattern/TogglePattern

launch_app

Launch a Windows app by executable path

list_apps

List all currently tracked applications

list_desktop_windows

List all visible desktop windows

list_windows

List all windows of a tracked app

press_key

Press a single key (RETURN, TAB, ESCAPE, etc.)

press_key_combo

Press a key combination (Ctrl+S, Alt+F4)

read_element

Read detailed properties of a UI element

read_element_by_index

Read properties by index (from findallelements)

release_all

Emergency: release all stuck modifier keys

right_click_element

Right-click (open context menu)

screenshot_diff

Pixel-diff two screenshots, highlight changes

select_option

Select a ComboBox/dropdown option in one call

set_value_hwnd

Set text in a specific window by handle

take_screenshot

Capture app window as PNG

take_screenshot_optimized

Screenshot with auto-resize for LLM token budgets

type_text

Type text into a text field

wait_for_condition

Wait for a property to reach a value

wait_for_element

Wait for an element to appear

wait_for_input_idle

Wait for window to be ready for input