A Model Context Protocol server for running code in a secure sandbox by E2B.
Add this to your MCP client configuration:
{
"mcpServers": {
"e2b-js": {
"command": "npx",
"args": [
"-y",
"e2b-mcp-server"
],
"env": {
"E2B_API_KEY": "<Your E2B API key.>"
}
}
}
}{
"id": "e2b-js",
"name": "E2B (JavaScript)",
"description": "A Model Context Protocol server for running code in a secure sandbox by E2B.",
"source_url": "https://github.com/e2b-dev/mcp-server/tree/HEAD/packages/js",
"publisher_name": "E2B | Code Interpreting for AI Apps",
"publisher_url": "https://github.com/e2b-dev",
"is_official": true,
"license": "Apache-2.0",
"runtime": "node",
"downloads": 0,
"requires_oauth": false,
"distribution": {
"type": "source",
"package": ""
},
"tools_count": 0
}