Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-server

MCP.Pizza Chef: e2b-dev

The E2B MCP Server is a specialized MCP server that integrates code interpreting capabilities into the Claude Desktop app through the E2B Sandbox. It allows models like Claude to execute JavaScript and Python code securely and interactively, enhancing their ability to perform complex computations and automation tasks. Available in two editions—JavaScript and Python—the server can be installed easily via Smithery, streamlining setup and integration. This server extends the Model Context Protocol by providing a safe, sandboxed environment for live code execution, making it ideal for developers and AI workflows requiring dynamic code evaluation.

Use This MCP server To

Enable Claude to execute JavaScript code securely Allow Claude to run Python scripts within a sandbox Integrate live code execution into AI workflows Automate complex computations via model-driven code Test and debug code snippets interactively with Claude Extend Claude Desktop app with code interpreter features

README

E2B MCP Server Preview Light E2B MCP Server Preview Dark

E2B MCP Server

smithery badge

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:

  • JavaScript

  • Python

Installing via Smithery

You can also install E2B for Claude Desktop automatically via Smithery:

npx @smithery/cli install e2b --client claude

mcp-server FAQ

How do I install the E2B MCP Server for Claude Desktop?
You can install it automatically using Smithery with the command `npx @smithery/cli install e2b --client claude`.
What programming languages does the E2B MCP Server support?
It supports JavaScript and Python editions for code execution.
Is the code execution environment secure?
Yes, the E2B MCP Server runs code within a sandboxed environment to ensure security and isolation.
Can I use the E2B MCP Server with LLMs other than Claude?
While primarily designed for Claude, the MCP protocol allows integration with other LLMs like OpenAI's GPT-4, Anthropic's Claude, and Google's Gemini with appropriate client setup.
Where can I find the source code for the E2B MCP Server?
The source code is available on GitHub under the E2B MCP Server repository.
Does the E2B MCP Server support real-time code execution?
Yes, it enables real-time interactive code execution through the MCP protocol.
How does the E2B MCP Server enhance AI workflows?
By allowing models to run and interpret code dynamically, it enables more complex reasoning, automation, and task completion.
Are there any prerequisites for running the E2B MCP Server?
Basic knowledge of Node.js or Python environments is helpful, depending on the edition you choose.