Developer Tools
E2B MCP
E2B MCP provides secure sandboxed code execution for AI-generated code. Spin up isolated cloud environments, run Python, JavaScript, and shell scripts safely, install packages, manage files, and capture output. Each sandbox is ephemeral with network access and persistent filesystem.
Stars
700
Installs
15.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 700 · catalog
- Freshness: Updated 2026-01-16
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: E2B_API_KEY
- · Node.js 18+
Reference command
{
"mcpServers": {
"e2b": {
"command": "npx",
"args": ["-y", "@e2b/mcp-server"],
"env": {
"E2B_API_KEY": "<your-api-key>"
}
}
}
}