Back to Apps

Python Sandbox MCP Server
Supports UIby cloudywu0410
Execute Python code safely in isolated Docker containers with Matplotlib support.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects LLMs to a secure Python execution environment using Snekbox Docker containers, allowing the AI to run scripts and generate data visualizations without risking the host system.
Tools
execute_python: Runs Python code and captures stdout.plot_data: Generates Matplotlib plots as PNG images.
Installation
{
"mcpServers": {
"python-sandbox-sse": {
"command": "mcp-proxy",
"args": [
"http://localhost:8060/eval"
],
"ssePath": "/eval"
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -d --ipc=none --privileged -p 8060:8060 ghcr.io/python-discord/snekboxInformation
- Pricing
- free
- Published
- 6/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"python-sandbox-sse": {
"command": "mcp-proxy",
"args": [
"http://localhost:8060/eval"
],
"ssePath": "/eval"
}
}
}





