Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by maxim-saplin • Tools & CLI
An MCP server that exposes a safer local Python runtime (using Hugging Face's LocalPythonExecutor) so LLMs can run Python code locally without Docker or a VM.
Execute small to medium Python scripts generated by LLMs with basic sandboxing and no file I/O.
A Code Interpreter plugin-like tool in Claude Desktop or other MCP clients to run computations, data processing, or debugging snippets.
A quick local alternative to containerized or remote code execution when stronger isolation isn't required but raw eval is too unsafe.
This MCP server wraps smolagents' LocalPythonExecutor to provide a restricted, safer Python execution environment over the MCP (stdio) transport. It disallows file I/O, limits available imports, and runs in a managed virtualenv via uv, making it suitable as a Code Interpreter tool for clients like Claude Desktop. The package is lightweight to run locally and offers a trade-off between convenience and security compared to running raw eval or spinning up containers/VMs. It integrates with Claude Desktop and other MCP-compatible clients to expose a run_python tool.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.