New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@capsulate/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capsulate/mcp

Capsulate MCP server — give Claude, Cursor, and any MCP client the ability to launch and drive cloud sandboxes (capsules).

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@capsulate/mcp

The Capsulate Model Context Protocol server. Give Claude Desktop, Cursor, Windsurf, Antigravity — any MCP client — the ability to launch and drive isolated cloud sandboxes ("capsules").

Setup

  • Create an API key in the Capsulate dashboard: Settings → API & Keys.
  • Add the server to your MCP client config.

Claude Desktop / Cursor

{
  "mcpServers": {
    "capsulate": {
      "command": "npx",
      "args": ["-y", "@capsulate/mcp"],
      "env": {
        "CAPSULATE_API_KEY": "cap_live_…"
      }
    }
  }
}

For a self-hosted or non-default deployment, also set "CAPSULATE_BASE_URL": "https://api.your-domain".

Tools

ToolWhat it does
capsulate_launchLaunch a capsule and wait until ready
capsulate_list / capsulate_getInspect capsules
capsulate_destroyTear a capsule down
capsulate_execRun a command (argv array)
capsulate_run_codeRun a python/node/bash snippet
capsulate_write_file / capsulate_read_fileFile I/O
capsulate_set_envSet environment variables
capsulate_screenshotSee a desktop capsule (returns an image)
capsulate_click / capsulate_type / capsulate_keyComputer-use
capsulate_snapshotSnapshot a capsule
capsulate_catalogDiscover launchable templates & bundles

Try it

"Spin up an ubuntu-22.04-headless capsule, run my test suite, and show me the output."

The model will call capsulate_launch, then capsulate_exec, and report back.

Keywords

capsulate

FAQs

Package last updated on 12 Sep 2026

Related posts