drio
Open app

MCP Server

Source

Provides tools to clients over the Model Context Protocol

Catalog onlyCatalog onlySTDIO

Overview

The E2B MCP Server is a tool designed to enhance the Claude app by allowing it to execute code using the Model Context Protocol (MCP). This facilitates code interpretation directly within the app, allowing for more interactive and advanced functionalities.

To use the E2B MCP Server, integrate it with your Claude Desktop application via the E2B Sandbox. You can choose between JavaScript and Python editions for your coding needs.

  • Code interpreting capabilities integrated into the Claude app. - Options to use either JavaScript or Python programming languages. - Supported by a robust API through the E2B Sandbox.
  1. Run and test JavaScript or Python code directly through the Claude app.
  2. Utilize the code interpreting feature for educational purposes or software development.
  3. Enhance productivity by executing scripts and algorithms without leaving the Claude environment.

Add to your AI client

Use these steps to connect MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-tcpipuk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-tcpipuk"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-tcpipuk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-tcpipuk"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-tcpipuk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-tcpipuk"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-tcpipuk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-tcpipuk"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-tcpipuk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-tcpipuk"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-tcpipuk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-tcpipuk"
      ]
    }
  }
}

FAQ

What programming languages does the E2B MCP Server support?

The server currently supports JavaScript and Python editions for code interpretation.

How do I integrate the E2B MCP Server with Claude?

Integration steps are documented in the GitHub repository and involve linking via the E2B Sandbox.

Is E2B MCP Server open-source?

Yes, the E2B MCP Server code is available on GitHub for public use and contributions.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":124,"uuid":"b439a9ec-8ff7-4774-8d15-37f09af499a7","name":"mcp-server","title":"MCP Server","description":"Provides tools to clients over the Model Context Protocol","avatar_url":"https://avatars.githubusercontent.com/u/20157053?v=4","created_at":"2024-12-13T09:01:12.548Z","updated_at":"2024-12-13T09:37:59.202Z","status":"created","author_name":"tcpipuk","author_avatar_url":"https://avatars.githubusercontent.com/u/20157053?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/tcpipuk/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"2\",\"license\":\"GPL-3.0 license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-04-09 09:58:42\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]