MCP Run Python provides a sandboxed Python code execution environment using Pyodide and Deno, allowing safe execution of Python code in an isolated WebAssembly sandbox. The server offers tools to run Python code with automatic dependency detection and installation, capturing stdout, stderr, and return values while supporting asynchronous execution and detailed error reporting. This capability enables LLM-based systems to execute and test Python code safely without direct access to the host operating system, though the project has been archived in favor of the more secure Monty project due to inherent sandbox limitations in Pyodide's JavaScript interoperability.
claude mcp add --transport stdio pydantic-mcp-run-python uvx mcp-run-python