# E2B MCP

> Support connecting E2B via MCP, with custom server and client, without the need for tools like the Claude app, Cursor, etc.

- **Type:** MCP server
- **Install:** `agentstack add mcp-lrriver-e2b-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [LRriver](https://agentstack.voostack.com/s/lrriver)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [LRriver](https://github.com/LRriver)
- **Source:** https://github.com/LRriver/E2B_MCP

## Install

```sh
agentstack add mcp-lrriver-e2b-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# E2B_MCP
English | [中文](./README_zh.md)

Support connecting E2B via MCP with a custom server and client, without the need for tools like the Claude app or Cursor.

## Environment configuration
```
conda create -n mcp python=3.12 -y
conda activate mcp
pip install -r requirements.txt
```

## Run MCP
First, create a `.env` file and fill in the following variables:  
```
E2B_API_KEY= ""
model=""
llm_api_key=""
llm_api_base = ""
```

`E2B_API_KEY` needs to be obtained from [E2B](https://e2b.dev/) , `model` is the name of the LLM, `llm_api_base` is the URL of the LLM, and `llm_api_key` is the API Key for the LLM.

Then start the server:
```bash
python ./e2b_mcp_server.py
```

Open a new terminal window and run the client:
```bash
python ./e2b_mcp_llamaindex_client.py
```

The result looks like this:

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [LRriver](https://github.com/LRriver)
- **Source:** [LRriver/E2B_MCP](https://github.com/LRriver/E2B_MCP)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-lrriver-e2b-mcp
- Seller: https://agentstack.voostack.com/s/lrriver
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
