Pplog Mcp Server
FreeNot checkedOfficial MCP server for pplog - STDIO transport version
About
Official MCP server for pplog - STDIO transport version
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 クライアントの設定
MCP クライアントの設定ファイルに以下を追加します:
用意する環境変数
- PPLOG_ACCESS_TOKEN: アクセストークン
Claude Desktop の例
claude_desktop_config.json への追加方法:
オプション 1: docker(推奨)
{
"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"
}
}
}
}
オプション 2: npx
{
"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で調べたパスに置き換えてください。
リンク
- pplog - ポエム共有サービス pplog
- Model Context Protocol - MCP の詳細
- Claude Desktop - MCP 対応の AI アシスタント
サポート
- 🐛 Issues: GitHub Issues
Made with ❤️ by the esa team
Install Pplog Mcp Server in Claude Desktop, Claude Code & Cursor
unyly install pplog-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add pplog-mcp-server -- npx -y @esaio/pplog-mcp-serverFAQ
Is Pplog Mcp Server MCP free?
Yes, Pplog Mcp Server MCP is free — one-click install via Unyly at no cost.
Does Pplog Mcp Server need an API key?
No, Pplog Mcp Server runs without API keys or environment variables.
Is Pplog Mcp Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Pplog Mcp Server in Claude Desktop, Claude Code or Cursor?
Open Pplog Mcp Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Pplog Mcp Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
