Python Interpreter MCP
JSON →An MCP server that provides Python code execution capabilities through a REST API interface.
Tools · 1
- execute_python_code Executes Python code using a remote interpreter service. Parameters: source_code (string) - The Python code to execute. Returns: stdout, stderr, exit_code, and files generated during execution.
Links
★ 3 GitHub stars