Plyo MCP server
Save, publish, restore and back up AI-built projects on Plyo, for people who build with AI.
0 stars37 downloads/wk
Reviews
Write oneNobody has reviewed Plyo yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Plyo tools (10, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
backup_dataTake a snapshot of the project's database (and storage files) before risky data changes — schema migrations, bulk updates, deletions. The user can restore or download it from Settings → Backups.
create_projectwrite actionCreate a new Plyo project and link the current folder to it. Existing files stay untouched; use save_checkpoint afterwards to store them.
get_build_errorGet the most recent build's status, and if it failed, the plain-English error and the fix guidance.
get_timelineShow the project's recent checkpoints (the timeline) with what changed in each.
link_projectLink the current folder to an existing Plyo project by slug.
list_projectsList the user's Plyo projects (name, slug, live URL).
publishwrite actionPublish the project's latest checkpoint to its live URL. Waits for the result; on failure, returns a plain-English cause plus a fix you can act on.
restoreRestore the project to an earlier checkpoint. Never destructive: a new checkpoint is created and everything stays on the timeline.
save_checkpointSave the current state of the project as a checkpoint on the user's Plyo timeline. Call this after completing a piece of work.
start_draftStart 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 its exact name and this folder joins it instead of creating a new one.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 20 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Install directly
Runs npx -y plyo-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add plyo-mcp -- npx -y plyo-mcp
Plyo: common questions
- Is Plyo MCP server safe?
- Mostly: it is graded B (80/100). Read the Plyo safety report
- How do I install Plyo?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Plyo need an API key?
- Yes. The registry entry asks for
PLYO_TOKEN. - Is Plyo maintained?
- The last commit was 20 days ago (2026-09-01). The latest release is v0.4.3.