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
MCP server for blog admin API. Provides tools to preview, publish, list, and delete blog posts from Claude Code via stdio transport.
Tools
Tool | Description |
| AI-assisted frontmatter completion and body structure correction. Returns corrected markdown + diff + Unsplash image suggestion. |
| Saves corrected markdown to S3 and triggers GitHub Actions rebuild. |
| Lists posts with optional |
| Deletes a post by slug and triggers rebuild. |
Setup
Local path (development)
// ~/.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 (future distribution)
// ~/.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>"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | Base URL of the blog API (e.g. |
| Yes | API key for HMAC authentication |
Build
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