by e2b-dev
Add code interpreting capabilities to Claude Desktop via the E2B Sandbox, available in JavaScript and Python editions.
Provides code interpreting capabilities for Claude Desktop by leveraging the E2B Sandbox, enabling the model to execute code snippets safely.
Install the server with a one‑click Smithery command:
npx @smithery/cli install e2b --client claude
Choose the appropriate client package (JavaScript or Python) from the packages
directory, integrate it with Claude Desktop, and start sending code execution requests.
npx
).
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:
You can also install E2B for Claude Desktop automatically via Smithery:
npx @smithery/cli install e2b --client claude
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "e2b-mcp": { "command": "npx", "args": [ "@smithery/cli", "install", "e2b", "--client", "claude" ], "env": {} } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.