E2B MCP Server
About
The E2B MCP server allows you to add code interpreting capabilities to your Claude Desktop app via the E2B Sandbox. It is available in JavaScript and Python editions.
Details
- Author
- MCP-Mirror
- Downloads
- 390
- Categories
- Other
Jump to
- Provides code interpreting capabilities for Claude Desktop.
- Integrates with the E2B Sandbox.
- Available in JavaScript and Python editions.
- Can be installed via Smithery automatically.
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 MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
You can install E2B for Claude Desktop automatically via Smithery using the command npx @smithery/cli install e2b --client claude.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"e2b mcp server": {
"e2b-dev_mcp-server": {
"command": "npx",
"args": [
"@smithery/cli",
"install",
"e2b",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"e2b-dev_mcp-server": {
"command": "npx",
"args": [
"@smithery/cli",
"install",
"e2b",
"--client",
"claude"
]
}
}
E2B MCP Server
This repository contains the source code for the E2B MCP server.
The E2B MCP server allows you to add code interpreting capabilities to your Claude Desktop app via the E2B Sandbox. See demo here.
Available in two editions:
- Python
Installing via Smithery
You can also install E2B for Claude Desktop automatically via Smithery:
npx @smithery/cli install e2b --client claude
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



