mcpserver.lol
registry/plyo-mcp
Connection check local install

plyo-mcp

Save, publish, restore and back up AI-built projects on Plyo, for people who build with AI.

Tools 11
GitHub stars
Installs / wk 1.1k
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

11 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

backup_data from source
Take a snapshot of the project
create_project from source
Create a new Plyo project and link the current folder to it. Existing files stay untouched; use save_checkpoint afterwards to store them.
get_build_error from source
Get the most recent build
get_pending_tasks from source
Fix instructions the user queued for you from Plyo (they pointed at problems on their site). Call once at session start. Returns each task once.
get_timeline from source
Show the project
link_project from source
Link the current folder to an existing Plyo project by slug.
list_projects from source
List the user
publish from source
Publish the project
restore from source
Restore the project to an earlier checkpoint. Never destructive: a new checkpoint is created and everything stays on the timeline.
save_checkpoint from source
Save the current state of the project as a checkpoint on the user
start_draft from source
Start a Draft — a safe copy of the project to try changes without touching the live version. Switches this folder to the draft. If the user already started a draft in Plyo, pass it…