Skip to content

Python Runtime

Free

by Indie Developer

Execute Python code, manage virtualenvs, and run scripts from AI.

v1.0.0Added Jan 30, 2025
pythonruntimepip
Works with:ClaudeGPTGeminiCopilot

Python Runtime MCP Server

Execute Python code, manage virtualenvs, and run scripts from AI.

Features

  • Script execution
  • Virtual env management
  • pip packages
  • REPL access
  • Jupyter integration

Installation

{
  "mcpServers": {
    "python-runtime": {
      "command": "npx",
      "args": ["-y", "mcp-python"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-python
Add to claude_desktop_config.json
{
  "mcpServers": {
    "python-runtime": {
      "command": "npx",
      "args": ["-y", "mcp-python"]
    }
  }
}