mcp-blog
Triggers a GitHub Actions rebuild after publishing or deleting a blog post.
Suggests Unsplash images during blog post preview to enhance visual content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bloglist my recent unpublished posts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-blog
Claude Code / Cursor から自然言語でブログ記事を投稿できる MCP サーバーです。
できること
自分のプロジェクトで作業しながら、Claude に話しかけるだけでブログに投稿できます。
「今日のデバッグ作業をブログ記事にして投稿して」
「記事の一覧を見せて」
「slug が xxx の記事を削除して」Related MCP server: substack-mcp
仕組み
あなた(Claude Code / Cursor)
↓ 自然言語で指示
MCP サーバー(このパッケージ)
↓ HTTPS
ブログ API(Lambda)
↓
S3 に保存 → GitHub Actions が起動 → サイト自動更新(1〜3分)セットアップ
必要なもの
Node.js v20 以上
ブログ API キー(管理者から発行)
設定ファイルに追加
Claude Code (~/.claude/settings.json) または Cursor (~/.cursor/mcp.json) に追記します。
{
"mcpServers": {
"blog": {
"command": "npx",
"args": ["-y", "github:MasatoshiSano/mcp-blog"],
"env": {
"BLOG_API_ENDPOINT": "https://dxbqlfvrescw1.cloudfront.net/api",
"BLOG_API_KEY": "your-api-key"
}
}
}
}設定後は Claude Code / Cursor を再起動すると使えるようになります。
ツール一覧
ツール | 説明 |
| markdown を渡すと AI がフロントマターを自動補完・本文を校正してプレビューを返す |
| 記事を S3 に保存して GitHub Actions のビルドをトリガーする |
| 記事一覧を取得する(公開済み・下書きでフィルタ可能) |
| 指定 slug の記事 Markdown を取得する |
| 記事を削除してビルドをトリガーする |
環境変数
変数名 | 必須 | 説明 |
| ✅ | ブログ API のベース URL(例: |
| ✅ | 認証用 API キー |
開発者向け: ローカルビルド
cd mcp-blog
npm install
npm run build
# → dist/index.js が生成されるローカルビルドを使う場合は npx の代わりに直接 node で指定します:
{
"mcpServers": {
"blog": {
"command": "node",
"args": ["/absolute/path/to/mcp-blog/dist/index.js"],
"env": { ... }
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MasatoshiSano/mcp-blog'
If you have feedback or need assistance with the MCP directory API, please join our Discord server