
LibreChat Code Interpreter
by berry-13
Bring secure, sandboxed code execution to any MCP client via the LibreChat Code Interpreter API.
What it does
This server bridges the LibreChat Code Interpreter API to the Model Context Protocol, allowing AI assistants to execute code in a secure, remote sandbox. It enables complex data analysis, file manipulation, and programmatic problem solving without risking the host machine.
Tools
executeCode: Runs arbitrary code (Python, JS, TS, Go, C++, etc.) in a secure sandbox.uploadFiles: Sends files to a session for inclusion in code execution.downloadFile: Retrieves generated files from the execution environment.getFilesInfo: Lists metadata for files present in the current session.deleteFile: Removes specific files from a session.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"librechat-code-interpreter": {
"command": "node",
"args": ["/path/to/dist/librechat-mcp-server.js"],
"env": {
"LIBRECHAT_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- claude
Quick install
npm install librechat-code-interpreter-mcp-serverInformation
- Pricing
- freemium
- Published
- 5/27/2026
- stars






