← Discover MCPs and Agents
m
MCPAI & MLGitHub

mcp-server

Giving Claude ability to run code with E2B via MCP (Model Context Protocol)

Links

README

From the repo.

E2B MCP Server Preview Light E2B MCP Server Preview Dark

Deprecated: This project is no longer actively maintained. It may not receive further updates or bug fixes.

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:

Installing via Smithery

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

npx @smithery/cli install e2b --client claude

Collected info

  • 395 stars
  • 72 forks
  • Language: JavaScript
  • Source updated: 9/15/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.