E2B
Run code in secure sandboxes hosted by E2B
Ads
Overview
> Deprecated: This project is no longer actively maintained. It may not receive further updates or bug fixes. 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. You can also install E2B for Claude Desktop automatically via Smithery:
Installation
npx @smithery/cli install e2b --client claude
Configuration
Configuration example is not available yet.
Capabilities
- Execute code in a secure sandbox
ask the assistant to run arbitrary Python or JavaScript code in an isolated E2B sandbox and return the output.
- Analyze data with code interpreter
request data analysis, chart generation, or file processing using the `code-interpreter` capabilities of the sandbox.
- Install packages and run scripts
have the assistant install dependencies and execute multi-step scripts inside the sandbox environment.
Tags
- development
- cloud-infrastructure
- testing-qa
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.