mcp-blog

MasatoshiSano/mcp-blog
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server for the personal blog admin API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-blog": {
      "command": "npx",
      "args": [
        "-y",
        "MasatoshiSano/mcp-blog"
      ]
    }
  }
}

README Excerpt

MCP server for blog admin API. Provides tools to preview, publish, list, and delete blog posts from Claude Code via stdio transport. | Tool | Description | |------|-------------| | `blog_preview_post` | AI-assisted frontmatter completion and body structure correction. Returns corrected markdown + diff + Unsplash image suggestion. |

Tools (6)

BLOG_API_ENDPOINTBLOG_API_KEYblog_delete_postblog_list_postsblog_preview_postblog_publish_post