Server data from the Official MCP Registry
Official MCP server for pplog - a poem sharing service
Official MCP server for pplog - a poem sharing service
The pplog MCP server is a well-structured TypeScript application with proper authentication via API tokens, comprehensive test coverage, and appropriate permission scoping. The server correctly requires PPLOG_ACCESS_TOKEN for all API operations, handles errors gracefully, and maintains good code quality. Minor findings related to broad error handling and verbose logging do not materially impact security given the server's legitimate purpose of integrating with the pplog poetry sharing API. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PPLOG_ACCESS_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-esaio-pplog": {
"env": {
"PPLOG_ACCESS_TOKEN": "your-pplog-access-token-here"
},
"args": [
"-y",
"@esaio/pplog-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
日本語 | English
pplog の公式 MCP(Model Context Protocol)サーバー(STDIO Transport 版)
AI アシスタントとポエム共有サービス pplog をつなぐ MCP サーバーです。Model Context Protocol 経由で、AI アシスタントから pplog のポエムを読んだり、検索・投稿ができます。
get-poem - ポエムを ID で取得search-poems - ポエムを検索(日付絞り込み、AND/OR 検索、除外検索などに対応)create-poem - 新しいポエムを投稿MCP クライアントの設定ファイルに以下を追加します:
claude_desktop_config.json への追加方法:
{
"mcpServers": {
"pplog": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PPLOG_ACCESS_TOKEN",
"ghcr.io/esaio/pplog-mcp-server"
],
"env": {
"PPLOG_ACCESS_TOKEN": "your_access_token"
}
}
}
}
{
"mcpServers": {
"pplog": {
"command": "/Users/your-username/.nodenv/shims/npx",
"args": ["@esaio/pplog-mcp-server"],
"env": {
"PPLOG_ACCESS_TOKEN": "your_access_token"
}
}
}
}
注意:
/path/to/your/nodeはwhich nodeで調べたパスに置き換えてください。
Made with ❤️ by the esa team
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.