Skip to content
Cursor

pplog for Cursor

io.github.esaio/pplog

Official MCP server for pplog - a poem sharing service

client:Cursor transport:stdio runtime:npm

Install pplog 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": {
    "pplog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@esaio/pplog-mcp-server"
      ],
      "env": {
        "PPLOG_ACCESS_TOKEN": "<PPLOG_ACCESS_TOKEN>"
      }
    }
  }
}

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

pplog in other clients