SERVER
pplog
Rank #7187io.github.esaio/pplog
Official MCP server for pplog - a poem sharing service
First listed
Mar 14, 2026
Last publish date
Jun 1, 2026
OVERVIEW
pplog is a Model Context Protocol (MCP) server published by esaio. It ranks #7187 of 58,832 servers tracked on MCP Toplist. pplog is listed on Official MCP, with 7 tracked versions. It was first listed on Mar 14, 2026 and most recently updated on Jun 1, 2026.
STANDING
#7,187of 58,832 tracked serversTop 25%
Ranks ahead of 51,645 of 58,832 servers on MCP Toplist.
CONNECT
Use pplog
Add pplog to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"pplog": {
"command": "npx",
"args": [
"-y",
"@esaio/pplog-mcp-server"
],
"env": {
"PPLOG_ACCESS_TOKEN": "<your PPLOG_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Docker image
{
"mcpServers": {
"pplog": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/esaio/pplog-mcp-server:0.4.1"
],
"env": {
"PPLOG_ACCESS_TOKEN": "<your PPLOG_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry
ORGANIZATION
esaio
MORE FROM THIS PUBLISHER
Other servers by esaio
View all esaio servers →VERSIONS
Available versions (7)
| Version | Published |
|---|---|
| 0.4.1 | Jun 1, 2026 |
| 0.3.2 | Apr 25, 2026 |
| 0.3.1 | Mar 26, 2026 |
| 0.3.0 | Mar 24, 2026 |
| 0.2.0 | Mar 17, 2026 |
| 0.1.1 | Mar 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- What is pplog?
- Official MCP server for pplog - a poem sharing service
- Who maintains pplog?
- pplog is maintained by esaio, which publishes 2 MCP servers (19 total versions) tracked on MCP Toplist.
- Is pplog an official MCP server?
- Yes — pplog is listed on the Official MCP Registry.
- How many versions does pplog have?
- MCP Toplist tracks 7 versions of pplog, most recently published on Jun 1, 2026.
- Where can I find the source code for pplog?
- The source code for pplog is hosted at github.com/esaio/pplog-mcp-server.
EXPLORE