E2B Code Interpreter Model Context Protocol server

E2B Code Interpreter

Run untrusted Python and JavaScript in secure cloud sandboxes.

E2B·
Featured
·
5.0(1)
Repo Docs
Share:

About

Spin up ephemeral E2B sandboxes on demand, execute code with full stdout/stderr, upload and download files, and install arbitrary packages — all isolated from your host. Ideal for data-analysis agents, generative coding, and running LLM-authored scripts safely.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Install E2B Code Interpreter

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "e2b": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-e2b"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "e2b": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-e2b"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "e2b": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-e2b"
      ]
    }
  }
}

Reviews

5.0(1)
Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.