Computer Use MCP Server
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
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| computer_screenshotA | Take a screenshot of the current desktop. Returns the screenshot as a PNG image. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_left_clickA | Click the left mouse button at the given coordinates. Optionally hold a modifier key (shift, ctrl, alt, super) during the click. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_right_clickA | Right-click at the given coordinates. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_double_clickA | Double-click at the given coordinates. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_triple_clickA | Triple-click at the given coordinates (select a line of text). The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_middle_clickA | Middle-click at the given coordinates. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_mouse_moveA | Move the mouse cursor to the given coordinates without clicking. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_left_click_dragA | Click and drag from start coordinates to end coordinates. Useful for drag-and-drop, resizing windows, selecting text regions, etc. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_typeA | Type a text string at the current cursor position. The text is typed character by character with a small delay. Use this for entering text into input fields, editors, etc. For special keys or shortcuts, use computer_key instead. |
| computer_keyA | Press a key or key combination. Use xdotool key names: Return, Tab, Escape, BackSpace, Delete, space, Up, Down, Left, Right, Home, End, Page_Up, Page_Down, F1-F12, ctrl+c, ctrl+v, ctrl+z, alt+F4, super, ctrl+shift+t, etc. Multiple keys can be chained with '+' for combos. |
| computer_scrollA | Scroll at the given coordinates in the specified direction. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_hold_keyB | Hold down a key for a specified duration in seconds. |
| computer_waitA | Wait/pause for a specified duration in seconds. Useful to let UI settle. |
| computer_cursor_positionA | Get the current mouse cursor position in scaled coordinates. |
| computer_zoomA | Capture a specific region of the screen at full (unscaled) resolution. Useful for reading small text or inspecting UI details. Provide top-left (x1, y1) and bottom-right (x2, y2) coordinates of the region. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space. |
| computer_display_infoA | Get information about the display: resolution, scale factor, and coordinate space. |
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/SebastianBaltes/claude_code_computer_use_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server