e2b-mcp-server

Official

run_code

Run python code in a secure sandbox by E2B. Using the Jupyter Notebook syntax.

Input Schema

NameRequiredDescriptionDefault
codeYes

Input Schema (JSON Schema)

{ "properties": { "code": { "title": "Code", "type": "string" } }, "required": [ "code" ], "title": "ToolSchema", "type": "object" }

You must be authenticated.

Other Tools