Parselbox runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from pypi. Last commit 28 Aug 2026.
Secure Python sandbox — MCP servers, APIs, shells and host functions as native Python objects.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
async def exec(self, command: str) -> dict:
subprocess.run([deno_path, "--version"], capture_output=True, check=True)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add parselbox -- uvx parselbox
{
"mcpServers": {
"parselbox": {
"args": [
"parselbox"
],
"command": "uvx"
}
}
}
[mcp_servers.parselbox]
command = "uvx"
args = ["parselbox"]
{
"mcpServers": {
"parselbox": {
"args": [
"parselbox"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"parselbox": {
"args": [
"parselbox"
],
"command": "uvx"
}
}
}
Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands
Secure, self-hosted New Relic observability and administration tools for MCP clients
Open-source MCP server for secure Proxmox node, VM, and LXC operations.
Secure MCP server for sandboxed filesystem operations with document parsing support.
Security scanner for MCP servers and skills: Unicode injection, patterns, secrets.
Security scanner for MCP servers - detects tool poisoning and injection
Secure Python sandbox for data optimization and Matplotlib rendering via x402 microtransactions.
Scan for prompt injection, secrets, PII, and vet MCP servers before installation
Answers built from our own checks of this server.