Description
This MCP server, developed by an unknown author, provides a Python-based service for executing Python code via standardized API endpoints. Built using the MCP library, it offers a simple interface for running Python snippets remotely. The server exposes a '/run_python' endpoint that accepts JSON-formatted requests containing Python code to execute. By abstracting the complexities of code execution and providing a RESTful API, it enables easy integration of Python capabilities into various applications and workflows. This implementation is particularly useful for scenarios requiring remote code execution, such as educational platforms, code evaluation systems, or applications needing dynamic Python functionality without local installation.
Server Details
Added
April 21, 2025
