niyonabil_blogger-mcp-server

niyonabil_blogger-mcp-server

0

The Blogger MCP server enables AI models to interact with Google's Blogger API, providing functionalities such as managing blogs and posts. It offers deployment on various platforms like Docker and Vercel with known limitations on blog creation and label management.

Serveur MCP pour Blogger

Un serveur MCP (Model Context Protocol) permettant aux modèles d'IA d'interagir avec l'API Blogger de Google.

Features

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

Requirements

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

Installation

From npm:

  • Install globally via npm.

From source:

  • Clone the repository, install dependencies, and build the project.

Configuration

  • Obtain a Blogger API key from Google Cloud Console.
  • Configure your MCP client with the server details.

Usage

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

Deployment Options

  • Vercel, Docker, Heroku, AWS Lambda, Google Cloud Run.

Known Limitations

  • Cannot create new blogs via API, manual creation required.
  • Limited blog search and label management capabilities due to API restrictions.
  • Authentication only via API key.

Contribution

Contributions are welcome through issues or pull requests.

License

This project is licensed under MIT.