E2B MCP Server

Developmentstdio
Repositorio

E2B's MCP server gives AI agents the ability to run arbitrary code in secure, isolated cloud sandboxes. Each sandbox is a fast-booting micro-VM where models can execute Python and shell commands, install packages, read and write files, and capture stdout/stderr — ideal for code interpretation, data analysis, and agentic workflows that need real execution.

Conectar

Añade esta configuración a .claude/mcp.json

{
  "mcpServers": {
    "e2b": {
      "command": "npx",
      "args": [
        "-y",
        "@e2b/mcp-server"
      ],
      "env": {
        "E2B_API_KEY": "<YOUR_E2B_API_KEY>"
      }
    }
  }
}

Herramientas (1)

run_code

Execute code in a secure E2B sandbox and return stdout, stderr, and any results.

{
  "type": "object",
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "The code to execute in the sandbox"
    },
    "language": {
      "type": "string",
      "description": "Language to run (e.g., python, javascript, bash)"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
E2B (@e2b-dev)
Repositorio
https://github.com/e2b-dev/mcp-server
Licencia
MIT
Estrellas
0
Última actualización
12 de junio de 2026