pypreset runs on your own machine — the client starts it, so there is no endpoint to ping. 124 installs a week from pypi. Last commit 28 Jul 2026.
Scaffold Python projects from YAML presets, augment existing projects with CI/tests.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pypreset -- uvx pypreset
{
"mcpServers": {
"pypreset": {
"args": [
"pypreset"
],
"command": "uvx"
}
}
}
[mcp_servers.pypreset]
command = "uvx"
args = ["pypreset"]
{
"mcpServers": {
"pypreset": {
"args": [
"pypreset"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"pypreset": {
"args": [
"pypreset"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.