TCLLM
Allows remote control of VirtualBox virtual machines, including starting, stopping, restarting, capturing screenshots, sending keystrokes, and executing guest commands via VBoxManage.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TCLLMstart the Windows VM and show its desktop"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TCLLM — Total Control for LLMs
Control remoto de máquinas virtuales VirtualBox y navegadores Playwright para cualquier LLM o agente: API REST + OpenAPI, servidor MCP, tools en formato OpenAI, panel de administración web, monitor/supervisor de servicios y gestor de ventanas (mostrar/ocultar). Un solo proceso, un solo puerto. Windows 10/11.
Claude Code / Codex / OpenCode / Qwen Code / Gemini CLI / Cursor / Windsurf / cualquier LLM
│ MCP (HTTP o stdio) │ REST + OpenAPI │ panel web
└──────────────────────────┴───────────────────────┴───────────────┐
TCLLM :7777 │
┌──────────────┬────────────────┬───────────────┬──────────────┬────────┴─────┐
│ vm_* │ browser_* │ windows_* │ services_* │ monitor │
│ VirtualBox │ Playwright MCP │ Win32 ShowWnd │ estado/event │ supervisor │
│ VBoxManage │ (supervisado) │ VirtualBoxVM │ host/VMs/pw │ watchdog │
└──────────────┴────────────────┴───────────────┴──────────────┴──────────────┘Descarga e instalación (Windows)
Descarga desde Releases. Node.js va incluido; no hace falta instalar nada más.
TCLLM-<versión>-setup.exe: ejecútalo. Extrae el paquete a%TEMP%y lanza el instalador. Windows SmartScreen avisará porque el ejecutable no está firmado: Más información → Ejecutar de todas formas.TCLLM-<versión>-win64.zip: extráelo y ejecutainstall.cmd(opowershell -ExecutionPolicy Bypass -File scripts\install.ps1).
El instalador copia TCLLM a %LOCALAPPDATA%\TCLLM, crea %USERPROFILE%\.tcllm\config.json con una API key,
registra la tarea programada TCLLM (arranca oculto al iniciar sesión) y la lanza. Si falta VirtualBox lo instala con
winget (pide UAC); si falta Chrome usa Edge. Todo por usuario, sin admin salvo VirtualBox.
Después:
Abre
http://127.0.0.1:7777/e introduce la API key (tcllm apikeyen una terminal nueva).Añade tus VMs en
config.json→vms(usuario/contraseña del guest, puerto SSH opcional) para ejecutar comandos dentro. Sin credenciales, TCLLM las puede encender/apagar/capturar/teclear igualmente.tcllm install-agentsconfigura el MCP + skill en los agentes detectados (o--for claude,codex,opencode,qwen,gemini,cursor,windsurf).
Desinstalar: %LOCALAPPDATA%\TCLLM\scripts\uninstall.ps1 (-Purge borra también config y logs).
Related MCP server: pov
Uso desde agentes
MCP (HTTP):
http://127.0.0.1:7777/mcpconAuthorization: Bearer <apiKey>. 33 tools propias — 25vm_*, 5 de ventanas (windows_list,window_show/hide,browser_windows_show/hide), 3 de servicios (services_status,service_restart,services_events) — más las del Playwright MCP comobrowser_*(proxy 1:1; 25 en @playwright/mcp 0.0.82).MCP (stdio):
tcllm mcp-stdio(para clientes sin HTTP).REST:
POST /api/tools/<tool>con JSON; rutas de conveniencia/api/vms/:vm/...,/api/browser/...,/api/windows,/api/status. OpenAPI en/api/openapi.json; definiciones OpenAI function-calling en/api/tools/openai; skill en/api/skill.md.Panel → Conectar agentes muestra los snippets exactos por agente y los instala con un clic.
Config (%USERPROFILE%\.tcllm\config.json)
{
"server": { "host": "127.0.0.1", "port": 7777, "apiKey": "<generada por el instalador>" },
"vms": {
"MiVM": { "user": "<usuario del guest>", "password": "<contraseña>", "sshPort": 2222, "sshKey": "C:\\Users\\<tú>\\.ssh\\id_ed25519" }
},
"playwright": { "enabled": true, "port": 8932, "browser": "chrome", "isolated": true, "headless": false, "storageState": "", "freeFileDialogs": false },
"monitor": { "intervalMs": 10000 },
"watchdog": { "enabled": true }
}host: "0.0.0.0" expone API/MCP/panel a la red (protegido solo por la API key; pon TLS delante si sale de tu LAN).
Si el puerto de Playwright está ocupado por otro programa, TCLLM usa el siguiente libre; si ya hay un Playwright MCP
escuchando ahí, lo adopta sin relanzarlo.
Detalles que importan
VirtualBox sobre Hyper-V (NEM): si el host tiene Hyper-V/WSL2/Docker, VirtualBox va lento y el reinicio de Windows dentro de la VM se cuelga.
vm_start/vm_restartllevan un watchdog (pantalla congelada + IF=0 en todas las vCPU + RIP estático → reset).El navegador de Playwright es el Chrome/Edge instalado, con contexto aislado por cliente MCP (
--isolated);storageStateinyecta logins en cada contexto.freeFileDialogsdeja usar el diálogo de archivos nativo a un humano.Mostrar/ocultar usa
ShowWindow(Win32): nada se cierra. Para una VM headless, "mostrar" engancha una ventana (VirtualBoxVM --separate).Los comandos dentro del guest viajan en base64 (
-EncodedCommand): cualquier PowerShell, sin problemas de comillas.La contraseña del guest se pasa a
VBoxManage guestcontrolcomo argumento (como exige VirtualBox) y se enmascara en los mensajes de error.
Desarrollo
npm install
$env:TCLLM_HOME = '.dev-home'; node bin\tcllm.js start
$env:TCLLM_KEY = '<key>'; node test\smoke.mjs
npm run pack # dist\TCLLM-<ver>-win64.zip + TCLLM-<ver>-setup.exe (stub C# compilado con csc.exe de .NET Framework)Diseño: docs/spec.md. Cambios: CHANGELOG.md. Licencias de terceros: THIRD-PARTY-NOTICES.md.
Licencia y autor
MIT © 2026 Danilo Estuardo Gonzalez Rizzo — github.com/nonoskygt
This server cannot be deployed
Maintenance
Related MCP Connectors
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Related MCP Servers
- AlicenseBqualityAmaintenanceEnables AI assistants to manage virtual machines, sandboxes, and dev environments through VirtualBox, Hyper-V, and Windows Sandbox, supporting VM lifecycle, ISO downloads, networking, and unattended installs.915MIT
- AlicenseAqualityDmaintenanceEnables LLM agents to capture screenshots, control mouse/keyboard, and manage windows on desktop platforms, primarily Windows, via an MCP server.161MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives an LLM full control over a VMware-hosted Windows VM: lifecycle, snapshots, remote execution, file transfer, and kernel debugging.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to seamlessly integrate with the Windows operating system, performing tasks such as file navigation, application control, UI interaction, and QA testing via the MCP protocol.-