blogger-mcp-server
@MCP-Mirror
关于 blogger-mcp-server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"niyonabil_blogger-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"blogger-mcp-server",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

EverArt
modelcontextprotocolModel Context Protocol Servers
评论