blogger-mcp-server
@MCP-Mirror
About blogger-mcp-server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"niyonabil_blogger-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"blogger-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is blogger-mcp-server?
A Model Context Protocol (MCP) server that allows AI models like Claude to interact with Google's Blogger API. It enables listing and retrieving blogs, managing posts (CRUD), and listing labels. It uses API key authentication but cannot create new blogs (Google limitation).
How to use blogger-mcp-server?
Install via npm (npm install -g @mcproadev/blogger-mcp-server) or from source. Configure the environment variable BLOGGER_API_KEY with your Google API key. Use with any MCP client (e.g., Claude Desktop) by providing the server configuration in your client's settings. Start with ./start-dev.sh (development) or ./start-prod.sh (production).
Key features of blogger-mcp-server
- List and retrieve blogs
- List, search, retrieve, create, update, delete posts
- List and retrieve labels
- API key authentication only
- Deployable to Vercel, Docker, Heroku, AWS Lambda, Google Cloud Run
Use cases of blogger-mcp-server
- AI assistant managing blog content via natural language commands
- Automating blog post creation, updates, and deletions
- Searching and filtering blog posts for specific keywords
- Integrating Blogger with other MCP-compatible tools and platforms
FAQ from blogger-mcp-server
Can I create a new blog via this server?
No. Google's Blogger API does not allow creating blogs programmatically. Blogs must be created manually through the Blogger web interface.
What are the prerequisites?
Node.js version 16 or higher and a Google Blogger API key obtained from the Google Cloud Console.
How is authentication handled?
The server uses API key authentication only. Set the environment variable BLOGGER_API_KEY with your key. This limits access to public blogs or blogs explicitly configured for API access.
Can I search posts?
Yes, but the Blogger API lacks a direct search endpoint. The server implements search client-side by fetching all posts and then filtering them based on your query.
What deployment options are available?
The server can be deployed on Vercel (using vercel.json), Docker (using the included Dockerfile), Heroku, AWS Lambda, or Google Cloud Run.
More Other MCP servers
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Comments