desktop-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| screenshotA | Capture the desktop and return it as an image. Take one before acting, and after any action whose result you need to see. All other tools expect coordinates measured on this image. |
| clickB | Click at (x, y), in screenshot-image coordinates. button: "left", "right" or "middle". count: 2 for a double-click. |
| moveB | Move the pointer to (x, y) without clicking -- useful for hover states. |
| dragB | Press at one point, move, and release at another. Use for selecting text, moving windows, and dragging sliders. |
| scrollA | Scroll under the pointer at (x, y). dy is in wheel detents: negative scrolls down the page, positive scrolls up. |
| type_textA | Type text into whatever currently has keyboard focus. Click the target field first. Newlines in the text are typed as Enter. |
| keyB | Press a key or chord, e.g. "enter", "ctrl+s", "alt+tab", "cmd+space". Modifiers: ctrl, alt, shift, super (aka win), cmd. "cmd" is Command on macOS and Super elsewhere, so one chord works across platforms. |
| cursor_positionA | Report where the pointer is, in both image and screen coordinates. |
| list_windowsA | List open windows with their titles and geometry, where the OS allows it. |
| waitC | Pause, then look again. Use while a page loads or an animation finishes. |
| desktop_infoA | Report the environment, the chosen backends, and the active safety limits. Worth calling once at the start of a session, or whenever something fails. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Zetakai/desktop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server