Back to MCP Servers
Safe Local Python Executor
Safe Python interpreter based on HF Smolagents `LocalPythonExecutor`
coding-agentspythonagent
By maxim-saplin
Installation
npx -y mcp_safe_local_python_executorConfiguration
{
"mcpServers": {
"mcp_safe_local_python_executor": {
"command": "npx",
"args": ["-y", "mcp_safe_local_python_executor"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes