Skip to content
Cline

pypreset for Cline

io.github.kaierikniermann/pypreset

Scaffold Python projects from YAML presets, augment existing projects with CI/tests.

client:Cline transport:stdio runtime:pypi

Install pypreset in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "pypreset": {
      "command": "uvx",
      "args": [
        "pypreset"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pypreset in other clients