Runs Python code locally within an interactive REPL environment.
Sponsored
Python Local provides an interactive Python REPL (Read-Eval-Print Loop) environment as an MCP server. It allows execution of Python code in persistent sessions, maintaining separate state for each session. The server provides access to REPL session history through a custom URI scheme, making it viewable as plain text, and captures stdout/stderr output. It's designed for integration with platforms like Claude and supports debugging through the MCP Inspector.
Características Principales
01Supports expressions and statements
02Interactive Python REPL environment
03Persistent sessions with separate state
04Stdout/stderr output capture
05Access to session history via custom URI
Casos de Uso
01Interactive code execution within a sandboxed environment
02Experimenting with Python code snippets
03Integrating Python execution into other applications