RPA toolkit automating DevOps workflows. Orchestrate multi-tasks (SSH/AI/databases/web) via configurable pipelines with cron/loop support. All-in-one automation engine, MCP tool server, GUI app support Windows and MacOS.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"petp": {
"command": "uvx",
"args": [
"petp"
]
}
}
}
Run in terminal:
claude mcp add petp uvx petp
Add to .cursor/mcp.json:
{
"mcpServers": {
"petp": {
"command": "uvx",
"args": [
"petp"
]
}
}
}
Or install with pip: pip install petp