Server Directory
Developer ToolsIntermediate

E2B Code Interpreter

by E2B

Execute code in secure cloud sandboxes via E2B. Run Python, JavaScript, and other languages in isolated environments with file system access.

CAPABILITIES

  • Secure code execution
  • Multi-language support
  • File system access in sandbox
  • Package installation
  • Output capture and streaming

INSTALLATION

Terminal
npx -y @e2b/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "e2b": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@e2b/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Developer Tools
Difficulty
Intermediate
Maintained By
E2B
NPM Package
@e2b/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →