McpMux
Back to Registry

E2B Code Sandbox (npx) MCP Server

Community

Contributed by E2B

Execute Python and JavaScript code in secure cloud sandboxes. Create files, install packages, and manage sandbox environments.

About the E2B Code Sandbox (npx) MCP Server

The E2B Code Sandbox (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Execute Python and JavaScript code in secure cloud sandboxes. Create files, install packages, and manage sandbox environments. This is a community-contributed MCP server by E2B.

Install the E2B Code Sandbox (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@e2b/mcp-server"
  ],
  "env": {
    "E2B_API_KEY": "${input:E2B_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "E2B_API_KEY",
        "label": "E2B API Key",
        "description": "API key for the E2B sandbox service.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "e2b_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://e2b.dev/",
          "instructions": "1. Go to e2b.dev and sign up\n2. Open your dashboard\n3. Copy your API key from the dashboard",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

e2bsandboxcode-executionpythonjavascriptcloud

Supported AI Clients

The E2B Code Sandbox (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install E2B Code Sandbox (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.