Python MCP Server
@Timtech4u
About Python MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Python MCP Server?
A Model Context Protocol (MCP) server for executing Python code and managing Python environments. It allows Claude and other LLMs to run Python code, manage files, and work with Python packages.
How to use Python MCP Server?
Ensure Node.js 16+, Python, and Claude Desktop or Cline are installed. Clone the repository, run npm install and npm run build, then add the server configuration to your Claude Desktop or Cline settings file (with the absolute path to the built dist/index.js). After restarting, you can ask the LLM to execute code, run files, list/read/write Python files, or check the Python version.
Key features of Python MCP Server
- Execute Python code snippets with optional timeout and arguments
- Execute Python files with configurable working directory
- List, read, and write Python files
- Check installed Python version and environment details
- Configurable execution timeouts, working directories, and command-line arguments
Use cases of Python MCP Server
- Run Python code directly from a chat conversation
- Execute existing Python scripts on the local machine
- Inspect or modify Python files in a project directory
- Verify Python environment details without leaving the LLM interface
FAQ from Python MCP Server
What prerequisites are needed to use Python MCP Server?
Node.js 16 or higher, Python installed and available in your PATH, and either Claude Desktop or Cline installed.
How do I fix "Python is not found" errors?
Ensure Python is installed and available in your system PATH. The server requires Python to be accessible from the command line.
What should I do if my code execution times out?
The server has a default 30‑second timeout. You can increase the timeout by specifying the timeout parameter when calling the tool.
How can I resolve permission errors when reading or writing files?
Make sure the user running the MCP server has the necessary permissions for the file paths you are accessing.
What tools are available in Python MCP Server?
The server provides six tools: execute_python_code, execute_python_file, check_python_version, list_python_files, read_python_file, and write_python_file.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments