E2B Sandbox
OfficialbyE2B
Secure cloud sandboxes for Python and JavaScript code execution.
API Key Required
Configuration
{
"mcpServers": {
"e2b-sandbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-e2b-sandbox"
],
"env": {
"E2B_SANDBOX_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.