Back to MCP Servers
E2B Code Sandbox
Secure cloud sandbox for executing code in isolated environments with full system access
sandboxcode-executionsecuritycloudcommunity
By E2B
Installation
npm install -g @e2b/mcp-serverConfiguration
{
"mcpServers": {
"e2b": {
"command": "npx",
"args": ["-y", "@e2b/mcp-server"],
"env": {
"E2B_API_KEY": "your-e2b-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes