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
This is a well-structured MCP server for the pplog poetry service with proper authentication, reasonable permissions, and clean code practices. Authentication is correctly implemented via environment variables (PPLOG_ACCESS_TOKEN), and API token handling follows security best practices. The codebase demonstrates good error handling and input validation. No critical vulnerabilities or malicious patterns were detected. 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
Read, search, and manipulate Git repositories programmatically
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.