Skill Detail

E2B Code Execution MCP

Sandboxed code execution in secure cloud environments via MCP.

Developer ToolsMCP

Sandboxed code execution in secure cloud environments via MCP.

Developer Tools MCP Security Reviewed Security: Low
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill e2b-code-execution-mcp Copy
Tools required
MCP-compatible client (Claude Code, Cursor, or similar), E2B API key, Node.js runtime
Author
E2B
Publisher
Individual

E2B Code Execution MCP connects AI assistants to the E2B Sandbox platform through the Model Context Protocol. Each execution runs inside an ephemeral, fully isolated cloud environment with its own filesystem, network access, and package manager.

Best for

  • Data analysis pipelines requiring safe code execution
  • Code generation testing in isolated sandboxes
  • Multi-step tool chains where untrusted code must not run on the host
  • Any MCP workflow needing Python, JavaScript, or shell execution

Install notes

Get an E2B API key at e2b.dev (free tier available). Install via npx @smithery/cli install e2b --client claude or configure the MCP server entry manually in your client config. Requires Node.js v18+ or Python 3.10+.

Source: github.com/e2b-dev/mcp-server