Skip to content
Claude Desktop

python for Claude Desktop

io.github.dave-london/python

Structured Python tool output (ruff, mypy, pip-audit, pip-install) as typed JSON.

client:Claude Desktop transport:stdio runtime:npm

Install python in Claude Desktop

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

{
  "mcpServers": {
    "python": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

python in other clients