pplog for Claude Desktop
io.github.esaio/pplog
Official MCP server for pplog - a poem sharing service
client:Claude Desktop
transport:stdio
runtime:npm
Install pplog in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pplog": {
"command": "npx",
"args": [
"-y",
"@esaio/pplog-mcp-server"
],
"env": {
"PPLOG_ACCESS_TOKEN": "<PPLOG_ACCESS_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs