E2B MCP Server allows code interpreting capabilities for the Claude Desktop app.
Created 4 months ago
E2B MCP Server allows code interpreting capabilities for the Claude Desktop app.
development
documentation
public
What is E2B MCP Server allows code interpreting capabilities for the Claude Desktop app.?
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. Available in two editions: JavaScript and Python.
Documentation

E2B MCP Server
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
Server Config
{
"mcpServers": {
"e2b-mcp-server-allows-code-interpreting-capabilities-for-the-claude-desktop-app.-server": {
"command": "npx",
"args": [
"e2b-mcp-server-allows-code-interpreting-capabilities-for-the-claude-desktop-app."
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Aug 06, 2025
Updated At:
Aug 07, 2025
Author:
E2B Development Team
Category:
MCP Server
License:
Not specified in the provided content.
Tags:
development
documentation
public