blogger-mcp-server

blogger-mcp-server

1

The blogger-mcp-server project is a Model Context Protocol server for interacting with the Blogger API, allowing AI models to perform operations such as listing, searching, and managing posts on Blogger. It supports deployment on platforms like Vercel and Docker, with known limitations on blog creation and label management.

blogger-mcp-server

A Model Context Protocol server that enables AI models like Claude to interact with Google's Blogger API.

Features

  • List and retrieve blogs.
  • List, search, retrieve, create, update, and delete posts.
  • List and retrieve labels.

Prerequisites

  • Node.js (version 16 or higher)
  • Google Blogger API Key

Installation

  • Install via npm or from source.
  • Configure with your Blogger API Key.

Usage

  • Start in development or production mode with scripts.
  • Use with any compatible MCP client like Claude Desktop.

Deployment Options

  • Deploy on Vercel, using Docker, Heroku, AWS Lambda, or Google Cloud Run.

Known limitations

  • Cannot create new blogs via API.
  • Post search and label management are client-side implementations.

Contribution

  • Contributions are welcome via issues or pull requests.