Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mac_use_statusA

Report platform, Accessibility / Screen Recording, and Mac Use readiness.

get_screen_sizeA

Return main display width/height in screen points (origin top-left). Same space as screenshot and click.

screenshotA

Capture the main display as PNG. Image pixels match screen points — click those coordinates.

mouse_moveA

Move the cursor. Absolute: x and y (global points, origin top-left). Relative: dx and/or dy. Returns position and display size.

clickB

HID click at screen points (x, y), or at the current cursor if x/y omitted. Same coordinates as the screenshot.

mouse_dragA

Left-button HID drag from (fromX, fromY) to (toX, toY) in screen points.

type_textA

Type unicode into the focused app (HID). Click the field first. No clipboard. For shortcuts use key.

keyB

Key event to the focused app. direction press (default), down, or up. Destructive chords (cmd+q, cmd+w, cmd+delete) require confirmed=true.

scrollB

HID scroll wheel at (x, y). dy>0 scrolls down. Optional dx.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/stevederico/mac-use'

If you have feedback or need assistance with the MCP directory API, please join our Discord server