io.github.plyo-dev/plyo-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.plyo-dev/plyo-mcpSave a checkpoint and publish my latest changes."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
plyo-mcp
MCP server for Plyo — the home for AI-built projects. Every version saved, one click to undo, one click to publish, plus a security check before going live, visitor stats, health monitoring and database backups. Built for people who build with AI and don't code; this server is how their AI does the technical part.
Setup
Claude Code, one line:
claude mcp add plyo -e PLYO_TOKEN=plyo_xxx -- npx plyo-mcpAny other MCP client:
{
"mcpServers": {
"plyo": {
"command": "npx",
"args": ["plyo-mcp"],
"env": { "PLYO_TOKEN": "plyo_xxx" }
}
}
}PLYO_TOKEN is an AI key from the Plyo dashboard (Settings → AI keys → "Give your AI a key"). New here? Plyo is free to start. plyo.dev has the full picture; setup lives at plyo.dev/connect.html.
After setup, the user says: "I've added Plyo. Save this project there and keep saving as we go." That's the whole integration.
Related MCP server: Prowpt MCP Server
Tools
Tool | What it does |
| Create a Plyo project and link the current folder to it |
| Link the current folder to an existing project by slug |
| Save the current state to the project's timeline (pass |
| Publish the latest checkpoint to the live URL; on failure returns a plain-English cause and a fix you can act on |
| Latest build status; if it failed, the translated error and fix guidance |
| Safe copy of the project to try changes without touching the live version |
| Return to an earlier checkpoint; never destructive, history is kept |
| Recent checkpoints with what changed in each |
| Snapshot the project's database and storage files before risky data changes |
| The user's projects with names, slugs and live URLs |
Notes for agents
Call
save_checkpointafter each completed piece of work, with a one-sentenceintent.Call
backup_databefore schema migrations, bulk updates or deletions.Errors come back plain and actionable: publish and build failures include what went wrong and what to change.
Under the hood every project is a real git repository; Plyo also accepts plain
git pushathttps://git.plyo.dev/{slug}.git(usernameplyo, the AI key as password).A failed publish never takes a live site down.
MIT · plyo.dev · hello@plyo.dev
mcp-name: io.github.plyo-dev/plyo-mcp
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceEnables AI agents to build, deploy, and manage full-stack applications on AppsAI's platform, with tools for project management, backend/frontend deployment, billing, marketplace, domains, and more.321MIT
Prowpt MCP Serverofficial
AlicenseCqualityCmaintenanceEnables AI agents to create, edit, and publish web apps on Prowpt.ai through project management, code editing, and AI assistant tools.59MIT
statecli-mcp-serverofficial
AlicenseNot gradedqualityDmaintenanceGives AI agents memory, undo, and self-awareness by tracking file changes and enabling checkpoints and rollbacks.731MIT- AlicenseNot gradedqualityCmaintenanceEnables AI agents to maintain project continuity through a file-based state hub with tasks, phases, and handoff snapshots. Provides MCP tools for reading and updating project state, with gatekeeping enforced via real-state evaluation and per-tool authorization.2MIT
Related MCP Connectors
Project management for teams and their AI agents.
Git-backed platform for skills, tools, and context for AI agents
Project management MCP for AI agents with safe task reads and writes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/plyo-dev/plyo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server