Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

plyo mcp in other clients