python-mcp-server
0
Python MCP Server enables execution and management of Python code through a Model Context Protocol, supporting environments such as Claude Desktop or Cline. It features flexible execution configurations, file management, and python environment checks.
Python MCP Server
A Model Context Protocol (MCP) server designed for executing Python code and managing environments. It supports running code snippets or files, managing file operations, and checking Python environment details.### Features
- Code Execution: Run Python code and files
- File Management: List, read, and write Python files
- Python Environment: Retrieve Python version and environment details
- Configurable Execution: Customize timeouts and directories### Prerequisites
- Node.js 16 or higher
- Python installed on PATH
- Claude Desktop or Cline installed### How to Use
- Execute Python code or files via commands
- List, read, and write Python files
- Check installed Python version### Troubleshooting
- Ensure Python is installed and on PATH to avoid errors
- Adjust permissions if encounter reading or writing errors
- Modify timeouts if necessary