mcp-python-interpreter
If you are the rightful owner of mcp-python-interpreter and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Python Interpreter is a server that enables interaction between LLMs and Python environments, facilitating code execution, file management, and development workflows.
list_python_environments
List all available Python environments (system and conda).
list_installed_packages
List packages installed in a specific environment.
install_package
Install a Python package in a specific environment.
run_python_code
Execute Python code in a specific environment.
run_python_file
Execute a Python file in a specific environment.
read_file
Read contents of any file type, with size and safety limits.
write_file
Create or overwrite files with text or binary content.
write_python_file
Create or overwrite a Python file specifically.
list_directory
List Python files in a directory.