E2B (Python)
About
Run code in secure sandboxes hosted by [E2B](https://e2b.dev)
Details
- Author
- e2b-dev
- Repository
- e2b-dev/mcp-server
- GitHub stars
- 213
- Downloads
- 149
- License
- Apache License 2.0
- Categories
- Developer Tools, Infrastructure, Design, AI, Database, Automation
- Tags
- #integration, #mobile
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
E2B (Python)Command (node, npx, python, etc.)uvxArguments-
Argument 1
e2b-mcp-server
Environment-
E2B_API_KEY
$${e2bApiKey}
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"e2b (python)": {
"env": {
"E2B_API_KEY": "$${e2bApiKey}"
},
"args": [
"e2b-mcp-server"
],
"command": "uvx"
}
}
}
Linux
{
"env": {
"E2B_API_KEY": "$${e2bApiKey}"
},
"args": [
"e2b-mcp-server"
],
"command": "uvx"
}
Macos
{
"env": {
"E2B_API_KEY": "$${e2bApiKey}"
},
"args": [
"e2b-mcp-server"
],
"command": "uvx"
}
Windows
{
"env": {
"E2B_API_KEY": "$${e2bApiKey}"
},
"args": [
"e2b-mcp-server"
],
"command": "uvx"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





