Skip to main content
Glama

mcp-blog

블로그 관리 API용 MCP 서버입니다. Claude Code에서 stdio 전송을 통해 블로그 게시물을 미리보기, 게시, 목록 조회 및 삭제할 수 있는 도구를 제공합니다.

도구

도구

설명

blog_preview_post

AI 지원 프론트매터 완성 및 본문 구조 수정. 수정된 마크다운 + diff + Unsplash 이미지 제안을 반환합니다.

blog_publish_post

수정된 마크다운을 S3에 저장하고 GitHub Actions 재빌드를 트리거합니다.

blog_list_posts

선택적 published 필터 및 limit을 사용하여 게시물 목록을 조회합니다.

blog_delete_post

슬러그(slug)로 게시물을 삭제하고 재빌드를 트리거합니다.

설정

로컬 경로 (개발)

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