Skip to main content
Glama

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

blog_preview_post

AI-assisted frontmatter completion and body structure correction. Returns corrected markdown + diff + Unsplash image suggestion.

blog_publish_post

Saves corrected markdown to S3 and triggers GitHub Actions rebuild.

blog_list_posts

Lists posts with optional published filter and limit.

blog_delete_post

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

BLOG_API_ENDPOINT

Yes

Base URL of the blog API (e.g. https://dxbqlfvrescw1.cloudfront.net/api)

BLOG_API_KEY

Yes

API key for HMAC authentication

Build

npm install
npm run build
Install Server
F
license - not found
A
quality
C
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

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