E2B (MCP Server)

GitHub

Open-source, secure environment with real-world tools for enterprise-grade agents.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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