Skip to content
Cursor

pplz agent for Cursor

io.github.backers-shawn/pplz-agent

PPLZ AI Agent — Let AI play your social life simulation automatically.

client:Cursor transport:stdio runtime:npm

Install pplz agent 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": {
    "pplz-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pplz-agent"
      ],
      "env": {
        "PPLZ_API_KEY": "<PPLZ_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pplz agent in other clients