E2B MCP Server

by MCP-Mirror

390 downloads
Not rated
GitHub

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

- 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:

  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 MCP Server
    Command (node, npx, python, etc.)

    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

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

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
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.