npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

blogger-publisher

v1.3.4

Published

A powerful CLI to automate your Blogger publishing using Markdown, Multi-CDN, and AI Agents.

Readme

blogger-publisher

CLI + MCP Server lengkap untuk mengelola blog Blogger.com via Markdown & AI.

npm version npm downloads License: MIT

Sebuah developer-first CLI tool untuk mengelola, mensinkronkan, dan mempublikasikan artikel Markdown ke Google Blogger secara otomatis. Sangat cocok sebagai jembatan antara AI yang menghasilkan konten dengan blog Blogger Anda.

Untuk panduan AI Agent, lihat AGENT.md.


🤖 MCP Server (25 Tools — AI-Native)

blogger-publisher kini hadir dengan MCP Server bawaan. Daftarkan di AI client Anda dan kelola seluruh blog via percakapan natural — tanpa menyentuh terminal.

Setelah install, daftarkan di MCP config:

{
  "mcpServers": {
    "blogger": {
      "command": "mcp-blogger-server"
    }
  }
}

Tools tersedia:

  • 📰 Blogs (4): list_blogs, get_blog, get_blog_by_url, get_blog_info
  • 📝 Posts (9): list_posts, get_post, search_posts, create_post, update_post, publish_post, revert_post, delete_post, get_post_by_path
  • 📄 Pages (6): list_pages, get_page, create_page, update_page, publish_page, delete_page
  • 💬 Comments (6): list_comments, list_all_comments, get_comment, approve_comment, mark_comment_spam, delete_comment

🚀 Quick Start (Interactive Mode)

npm install -g blogger-publisher
mkdir my-blog && cd my-blog
blogger-publisher

Menu interaktif akan memandu Anda melalui setup lengkap: kredensial Google, pilihan CDN, dan scaffolding folder.

📋 Perintah CLI

| Perintah | Fungsi | |---|---| | blogger-publisher | Menu interaktif TUI | | blogger-publisher auth | Login OAuth ke Google | | blogger-publisher publish [folder] | Publish semua artikel di folder | | blogger-publisher publish - | Publish dari STDIN (pipe) | | blogger-publisher pull [folder] | Download artikel dari Blogger |

📁 Frontmatter Artikel

---
title: "Judul Artikel Anda"
slug: "url-kustom-seo"
description: "Meta deskripsi untuk Google."
labels: ["Teknologi", "AI"]
status: "draft"
date: "2026-08-01T08:00:00Z"
---
Konten artikel...

🖼️ Multi-CDN Images

Tulis gambar dengan format Markdown biasa ![alt](./images/foto.png) — saat publish, sistem otomatis mengunggahnya ke CDN pilihan Anda dan mengganti URL-nya.

| CDN | Konfigurasi | |---|---| | Google Drive | Default, tanpa API key | | ImgBB | IMGBB_API_KEY | | Cloudinary | CLOUDINARY_* keys | | GitHub + jsDelivr | GITHUB_TOKEN + GITHUB_REPO |



blogger-publisher — English

Full-featured CLI + MCP Server to manage your Blogger.com blog using Markdown & AI.

A developer-first CLI tool to manage, sync, and publish Markdown articles to Google Blogger automatically. The perfect bridge between AI-generated content and your Blogger site. For AI Agent instructions, see AGENT.md.


🤖 MCP Server (25 Tools — AI-Native)

blogger-publisher ships with a built-in MCP Server. Register it in any MCP-compatible AI client (Antigravity, Claude Desktop, Cursor, Windsurf) and manage your entire blog through natural language — no terminal required.

Register in your MCP config:

{
  "mcpServers": {
    "blogger": {
      "command": "mcp-blogger-server"
    }
  }
}

⚡ No extra environment variables needed! The MCP Server automatically reads from the same Global Config as the CLI (~/.blogger-publisher/config.json).

Available Tools (25):

  • 📰 Blogs (4): list_blogs, get_blog, get_blog_by_url, get_blog_info
  • 📝 Posts (9): list_posts, get_post, search_posts, create_post, update_post, publish_post, revert_post, delete_post, get_post_by_path
  • 📄 Pages (6): list_pages, get_page, create_page, update_page, publish_page, delete_page
  • 💬 Comments (6): list_comments, list_all_comments, get_comment, approve_comment, mark_comment_spam, delete_comment

Example natural language commands:

  • "List all my blogs"
  • "Create a new draft post titled 'Hello World' on my blog"
  • "Show all pending comments and approve the genuine ones"
  • "Revert post ID 1234 back to draft"

🚀 Quick Start (Interactive Mode)

npm install -g blogger-publisher
mkdir my-blog && cd my-blog
blogger-publisher

The interactive TUI will guide you through the full setup: Google credentials, CDN choice, and folder scaffolding. Credentials are stored globally in ~/.blogger-publisher/config.json — works from any folder on your machine.

📋 CLI Commands

| Command | Description | |---|---| | blogger-publisher | Open interactive TUI menu | | blogger-publisher auth | Authenticate with Google OAuth | | blogger-publisher publish [folder] | Publish all articles in a folder | | blogger-publisher publish - | Publish from STDIN (pipe mode) | | blogger-publisher pull [folder] | Download Blogger posts as Markdown |

📁 Article Frontmatter

---
title: "Your Article Title"
slug: "custom-seo-url"
description: "Meta description for Google Search."
labels: ["Technology", "AI"]
status: "draft"        # or 'published' or 'deleted'
date: "2026-08-01T08:00:00Z"
---
Article content here...

🖼️ Multi-CDN Image Routing

Write images normally: ![alt](./images/photo.png) — on publish, the system auto-uploads them to your chosen CDN and replaces the URL permanently in the Markdown file.

| CDN | Config Needed | |---|---| | Google Drive | Default, no API key | | ImgBB | IMGBB_API_KEY | | Cloudinary | CLOUDINARY_* keys | | GitHub + jsDelivr | GITHUB_TOKEN + GITHUB_REPO |

✨ Key Features

  • 🤖 MCP Server — 25 tools for AI-native blog management
  • 🏗️ Interactive TUI — Zero-config setup with guided menus
  • 🌐 Global Config — Set up once, use from any directory
  • 🔄 2-Way Sync — Pull from Blogger, edit locally, push back
  • 🛡️ Zod Validation — Strict frontmatter validation with clear errors
  • 🕵️ Magic Bytes Detection — Secure image type detection
  • Smart Hashing — Skip unchanged articles, save API quota
  • 🔄 Auto Updater — Notified of new versions on every run
  • 🚰 Stdin Pipelinecat article.md | blogger-publisher publish -

📚 Documentation

📄 License

MIT © irfnrdh