Skip to main content
Glama

mcp-blog

ブログ管理API用のMCPサーバー。Claude Codeからstdioトランスポート経由でブログ記事のプレビュー、公開、一覧表示、削除を行うためのツールを提供します。

ツール

ツール

説明

blog_preview_post

AIによるフロントマターの補完と本文構造の修正。修正後のMarkdown、差分、Unsplash画像提案を返します。

blog_publish_post

修正されたMarkdownをS3に保存し、GitHub Actionsの再ビルドをトリガーします。

blog_list_posts

publishedフィルターとlimitを指定して記事一覧を取得します。

blog_delete_post

スラッグを指定して記事を削除し、再ビルドをトリガーします。

セットアップ

ローカルパス (開発用)

// ~/.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>"
      }
    }
  }
}

環境変数

変数

必須

説明

BLOG_API_ENDPOINT

はい

ブログAPIのベースURL (例: https://dxbqlfvrescw1.cloudfront.net/api)

BLOG_API_KEY

はい

HMAC認証用のAPIキー

ビルド

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