Vnc
Freeby MCP Community
Model Context Protocol (MCP) server enabling AI agents to control remote desktops
v1.0.2Added Apr 12, 2026
mcpvncremote-controlmodel-context-protocolautomation
Vnc MCP Server
Model Context Protocol (MCP) server enabling AI agents to control remote desktops
Installation
npx -y @hrrrsn/mcp-vnc
Reviews
Installation
Quick install
npx -y @hrrrsn/mcp-vnc
Add to claude_desktop_config.json
{
"mcpServers": {
"vnc": {
"command": "npx",
"args": ["-y", "@hrrrsn/mcp-vnc"]
}
}
}