mcp-blog
mcp-blog
ブログ管理API用のMCPサーバー。Claude Codeからstdioトランスポート経由でブログ記事のプレビュー、公開、一覧表示、削除を行うためのツールを提供します。
ツール
ツール | 説明 |
| AIによるフロントマターの補完と本文構造の修正。修正後のMarkdown、差分、Unsplash画像提案を返します。 |
| 修正されたMarkdownをS3に保存し、GitHub Actionsの再ビルドをトリガーします。 |
|
|
| スラッグを指定して記事を削除し、再ビルドをトリガーします。 |
セットアップ
ローカルパス (開発用)
// ~/.claude/settings.json
{
"mcpServers": {
"blog": {
"command": "node",
"args": ["/absolute/path/to/mcp-blog/dist/index.js"],
"env": {
"BLOG_API_ENDPOINT": "https://dxbqlfvrescw1.cloudfront.net/api",
"BLOG_API_KEY": "<your-api-key>"
}
}
}
}GitHub (将来的な配布)
// ~/.claude/settings.json
{
"mcpServers": {
"blog": {
"command": "npx",
"args": ["-y", "github:sano/mcp-blog"],
"env": {
"BLOG_API_ENDPOINT": "https://dxbqlfvrescw1.cloudfront.net/api",
"BLOG_API_KEY": "<your-api-key>"
}
}
}
}環境変数
変数 | 必須 | 説明 |
| はい | ブログAPIのベースURL (例: |
| はい | HMAC認証用のAPIキー |
ビルド
npm install
npm run buildResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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