mcp_python_toolbox

mcp_python_toolbox

3.3

If you are the rightful owner of mcp_python_toolbox 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.

A Model Context Protocol (MCP) server that provides a comprehensive set of tools for Python development, enabling AI assistants like Claude to effectively work with Python code and projects.

MCP Python Toolbox implements a Model Context Protocol server that gives Claude the ability to perform Python development tasks through a standardized interface. It enables Claude to read, write, and manage files within a workspace, analyze, format, and lint Python code, manage virtual environments and dependencies, and execute Python code safely.

Features

  • File Operations: Safe file operations within a workspace directory, including path validation, reading and writing files, and directory management.
  • Code Analysis: Parse and analyze Python code structure using AST, format code, and perform comprehensive linting.
  • Project Management: Create and manage virtual environments, handle dependencies, and check for version conflicts.
  • Code Execution: Execute Python code in a controlled environment with support for capturing output and managing temporary files.