plyo mcp for Cursor
io.github.plyo-dev/plyo-mcp
Save, publish, restore and back up AI-built projects on Plyo, for people who build with AI.
client:Cursor
transport:stdio
runtime:npm
Install plyo mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"plyo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"plyo-mcp"
],
"env": {
"PLYO_TOKEN": "<PLYO_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs