Skill Detail

E2B Code Execution MCP

Sandboxed code execution in secure cloud environments via MCP.

Developer ToolsMCP
Developer Tools MCP Security Reviewed Security: Low
Tool match: mcp-server โญ 393 GitHub stars โฌ‡ 9.5k/wk npm Apache-2.0 license โš  Repository looks unmaintained
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill e2b-code-execution-mcp Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
MCP-compatible client (Claude Code, Cursor, or similar), E2B API key, Node.js runtime
Install & setup
npm install @e2b/mcp-server
Author
E2B
Publisher
Individual
Last updated
Apr 8, 2026
Quick brief

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.

How it works

What this skill actually does

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