Odel
pplog

pplog

Local
@esaioTypeScriptMITUpdated Today

Official MCP server for pplog - a poem sharing service

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@esaio/pplog-mcp-serverv0.4.1

Run

npx -y @esaio/pplog-mcp-server

MCP client config

{
  "mcpServers": {
    "pplog": {
      "command": "npx",
      "args": [
        "-y",
        "@esaio/pplog-mcp-server"
      ]
    }
  }
}
Dockerghcr.io/esaio/pplog-mcp-server:0.4.1

Run

docker run -i --rm ghcr.io/esaio/pplog-mcp-server:0.4.1

MCP client config

{
  "mcpServers": {
    "pplog": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/esaio/pplog-mcp-server:0.4.1"
      ]
    }
  }
}