Skip to content
Claude Desktop

Python Package Runtime Test for Claude Desktop

io.github.ligafew/python-package-runtime-test

Hosted Python sandbox for package runtime verification: pip install and usable-import evidence.

client:Claude Desktop transport:streamable-http tools:1

Install Python Package Runtime Test in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "python-package-runtime-test": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apcs-public-mcp-gateway.apcs-mcp.workers.dev/mcp/python-package-runtime-test"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Python Package Runtime Test in other clients