Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server for running code in a secure sandbox by E2B.
Add this to your MCP client configuration:
{
"mcpServers": {
"e2b-python": {
"command": "uvx",
"args": [
"e2b-mcp-server"
],
"env": {
"E2B_API_KEY": "<Your E2B API key.>"
}
}
}
}{
"id": "e2b-python",
"name": "E2B (Python)",
"description": "A Model Context Protocol server for running code in a secure sandbox by E2B.",
"source_url": "https://github.com/e2b-dev/mcp-server/tree/HEAD/packages/python",
"publisher_name": "E2B | Code Interpreting for AI Apps",
"publisher_url": "https://github.com/e2b-dev",
"is_official": true,
"license": "Apache-2.0",
"runtime": "python",
"downloads": 144,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "e2b-mcp-server"
},
"tools_count": 0
}