mcp-vnc
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vnc_clickB | Click at specified coordinates |
| vnc_move_mouseB | Move mouse to specified coordinates |
| vnc_key_pressC | Press a key or key combination |
| vnc_type_textC | Type text string |
| vnc_type_multilineA | Type multiple lines of text, separated by newlines |
| vnc_screenshotA | Take a screenshot of the current screen |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct input or capture action, so agents can generally tell them apart. vnc_type_text and vnc_type_multiline overlap somewhat, but the multiline description clarifies its intended use.
All tools use the vnc_ prefix with clear lower_snake_case names, making the set predictable. Minor deviations exist, such as vnc_click lacking an object and vnc_screenshot being noun-like, but the pattern remains readable.
Six tools is well-scoped for a VNC control server, covering mouse, keyboard, text, and screen capture without unnecessary bloat. Every tool serves a clear purpose in the remote-control workflow.
The core interaction surface is covered: clicking, moving, key presses, text entry, and screenshots. More advanced input actions like scrolling, right-clicking, or dragging are absent, but common remote-control tasks can still be accomplished.