Exposes the full pypreset CLI through MCP, letting Claude scaffold Python projects from YAML presets or augment existing ones with CI workflows, tests, Docker configs, and documentation. It handles project creation with Poetry, uv, or setuptools, generates GitHub Actions workflows for testing and linting, and can add components like Codecov integration, MkDocs or Sphinx docs, tox configs, and devcontainer setups. The augment command is smart enough to detect your existing tooling from pyproject.toml and fill in the gaps. It also wraps act for local workflow verification and manages PyPI metadata. Reach for this when you're bootstrapping Python projects or want Claude to add missing infrastructure without manually writing boilerplate configs.
claude mcp add --transport stdio kaierikniermann-pypreset -- uvx pypreset