pypreset for Cursor
io.github.kaierikniermann/pypreset
Scaffold Python projects from YAML presets, augment existing projects with CI/tests.
client:Cursor
transport:stdio
runtime:pypi
Install pypreset in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pypreset": {
"type": "stdio",
"command": "uvx",
"args": [
"pypreset"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs