Back to Home
hrrrsn icon

mcp-vnc

Verified Safe

by hrrrsn

Overview

An MCP server for AI agents to remotely control VNC-enabled desktops (Windows, Linux, macOS) through mouse, keyboard, text input, and screen capture commands.

Installation

Run Command
mcp-vnc

Environment Variables

  • VNC_HOST
  • VNC_PORT
  • VNC_PASSWORD

Security Notes

The server uses environment variables for VNC connection details (host, port, password), which is good practice. Coordinate validation is present for mouse actions. However, the `typeCharacter` function logs the exact characters being typed to `console.error` in plain text. If `stderr` is captured and logged, this could lead to the exposure of sensitive information (e.g., passwords, private messages) typed by the AI agent on the remote VNC desktop. The core security risk is inherent in giving an AI agent remote control capabilities, rather than a flaw in the server's implementation, but the logging of typed characters presents a minor information leak risk.

Similar Servers

Stats

Interest Score40
Security Score7
Cost ClassHigh
Avg Tokens1000000
Stars18
Forks2
Last Update2026-01-18

Tags

VNCRemote ControlDesktop AutomationAI AgentMCP