Back to directory
piplin-es/mcp-python

piplin-es/mcp-python

@piplin-es

A Python REPL MCP server for executing Python code through MCP protocol with persistent sessions and .env support.

pythonreplmcpcode-executionenvironment-variablesuvtool

Installation & Configuration

{
  "mcpServers": {
    "python-repl": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/python-repl-server",
        "run",
        "mcp_python"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17