Real Linux and Windows desktop VMs for AI agents: the TypeScript SDK, the cap CLI, the MCP server and agent tool packs (MIT)
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add capsulate -- npx -y @capsulate/mcp{
"mcpServers": {
"capsulate": {
"command": "npx",
"args": ["-y", "@capsulate/mcp"]
}
}
}Resumen de MCP Servers
# Capsulate
Real computers for AI agents. A capsule is a full KVM virtual machine, Linux headless, Linux desktop, or Windows Server desktop for invited testers, taken from a warm pool in about two seconds. Your agent gets exec, files, screenshots, the OS accessibility tree (AT-SPI on Linux, UIAutomation on Windows), checkpoint and rollback of the whole machine, and session replay.
This repository is the doorway: everything a developer installs to talk to Capsulate. It is MIT licensed. The engine (the control plane and the node agent) runs on our metal in Helsinki and is not in this repository.
| Package | What it is | Install |
|---|---|---|
| [`@capsulate/sdk`](packages/sdk) | TypeScript client, zero dependencies | `npm i @capsulate/sdk` |
| [`@capsulate/cli`](apps/cli) | The `cap` command line | `npm i -g @capsulate/cli` |
| [`@capsulate/mcp`](apps/mcp) | MCP server for Claude Desktop, Cursor and any MCP client | `npx -y @capsulate/mcp` |
| [`@capsulate/ai-tools`](packages/ai-tools) | Tool packs for the Vercel AI SDK and LangChain | `npm i @capsulate/ai-tools` |
| [`run-action`](integrations/github-action) | GitHub Action: run a step inside a capsule | `uses: capsulatedev/run-action@v1` |
## Quickstart
You need an API key from the dashboard (Settings, API and Keys). Capsulate is in a private beta; request access at [capsulate.dev](https://capsulate.dev).
```bash
npm i -g @capsulate/cli
cap login --api-key cap_live_...
cap launch -t ubuntu-desktop -s 1c2g --wait
cap exec <id> -- python3 -c "print(6 * 7)"
cap shot <id> -o frame.png
cap capsule destroy <id>
```
Or from TypeScript:
```ts
import { Capsulate } from "@capsulate/sdk";
const cap = new Capsulate({ apiKey: process.env.CAPSULATE_API_KEY });
const box = await cap.capsules.launch({ template: "ubuntu-desktop", size: "1c2g" });
await box.waitUntilActive();
await box.exec(["python3", "main.py"]);
await box.findAndClick({ name: "Save" }); // find the control by name, act, verify
const cp = await box.checkpoint("before-submit"); // whole machine, under a second
await box.destroy();
```
More in [`examples/`](examples) and at [docs.capsulate.dev](https://docs.capsulate.dev).
## Sizes and pricing
Machines are metered per second. The beta is free; the published rates are on the [pricing page](https://docs.capsulate.dev/pricing). Limits and known issues are listed honestly at [docs.capsulate.dev/limits](https://docs.capsulate.dev/limits): one compute node in Helsinki today, about ten to fifteen capsules active at the same time, Windows for invited testers only.
## Developing
```bash
npm ci
npm run build:sdk # the CLI, MCP server and tool packs typecheck against the built SDK types
npm run typecheck
npm run build
```
`npm run build` builds the SDK first, then the tool packs, the CLI and the MCP server.
## Security
Report vulnerabilities to security@capsulate.dev (see [SECURITY.md](SECURITY.md)). Never put a real `cap_live_` key in an issue.
## License
MIT. Copyright 2026 Milad Djahandide.
Lo que la gente pregunta sobre capsulate
¿Qué es capsulatedev/capsulate?
+
capsulatedev/capsulate es mcp servers para el ecosistema de Claude AI. Real Linux and Windows desktop VMs for AI agents: the TypeScript SDK, the cap CLI, the MCP server and agent tool packs (MIT) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-12.
¿Cómo se instala capsulate?
+
Puedes instalar capsulate clonando el repositorio (https://github.com/capsulatedev/capsulate) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar capsulatedev/capsulate?
+
Nuestro agente de seguridad ha analizado capsulatedev/capsulate y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene capsulatedev/capsulate?
+
capsulatedev/capsulate es mantenido por capsulatedev. La última actividad registrada en GitHub es del 2026-09-12, con 0 issues abiertos.
¿Hay alternativas a capsulate?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega capsulate en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/capsulatedev-capsulate)<a href="https://claudewave.com/repo/capsulatedev-capsulate"><img src="https://claudewave.com/api/badge/capsulatedev-capsulate" alt="Featured on ClaudeWave: capsulatedev/capsulate" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
The fastest path to AI-powered full stack observability, even for lean teams.