E2B (Python)

by e2b-dev

Recommended
213 stars
149 downloads
Not rated
GitHub Website

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name E2B (Python)
    Command (node, npx, python, etc.) uvx
    Arguments
    • 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.

  4. 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"
}
- **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. **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[E2BMCP server. The E2B MCP server allows you to add](https://e2b.dev)[code interpreting capabilitiesto your Claude Desktop app via the E2B Sandbox. See demo](https://github.com/e2b-dev/code-interpreter)[here. You can also install E2B for Claude Desktop automatically via](https://x.com/mishushakov/status/1863286108433317958)[Smithery: ``` `npx @smithery/cli install e2b --client claude` ``` This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases. The Shipyard CLI provides an MCP server for agents to manage Shipyard environments directly: by pulling logs, comparing branches, running tests, and stopping/starting environments.. The Superserve MCP server lets any MCP client create and control isolated cloud sandboxes Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB The official developer experience MCP Server for Amazon DynamoDB. This server provides DynamoDB expert design guidance and data modeling assistance. All Azure MCP tools in a single server. The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the GitHub Copilot for Azure extension in VS Code. Browser automation via MCP for Chrome and Firefox Bring the full power of BrowserStack’s Test Platform to your AI tools, making testing faster and easier for every developer and tester on your team. Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot. Tool platform by IBM to build, test and deploy tools for any data source](https://smithery.ai/server/e2b)
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.