Blogger MCP Server
Related Servers
Alternatives to Blogger MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI models to interact with Google Blogger blogs, manage posts, labels, and retrieve blog information via API key or OAuth2.3 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to automate Google Blogger content management by providing tools for single and batch post creation via the Blogger API. It supports secure OAuth2 authentication and allows for seamless blog integration through the Model Context Protocol.-
- AlicenseNot gradedqualityDmaintenanceAn intermediary server that enables AI models to interact with Google's Blogger platform, automating the creation and management of blogs, posts, and labels through the Blogger API.3 npm1MIT
- AlicenseAqualityBmaintenanceEnables MCP clients to manage Google Blogger blogs via the Blogger API v3, including listing and searching posts, creating drafts, editing, publishing or scheduling posts, managing static pages, and moderating comments.18MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with WordPress blog systems for automated content management and publishing via the WordPress REST API.11 npm1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to create, update, delete, and query posts on any Micropub-compatible blog with IndieAuth authentication.1-
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose targeting specific resources and actions: list_blogs vs. get_blog_info, list_posts vs. search_posts vs. list_drafts, and create/update/delete/change_status for posts. No ambiguity exists between tools.
All tools follow a consistent verb_noun pattern with snake_case (e.g., create_post, list_blogs, update_post). The naming is predictable and uniform across all 10 tools.
With 10 tools, the server is well-scoped for a blogging platform, covering blog management, post CRUD operations, and listing/searching functions. Each tool earns its place without bloat.
The tool set provides complete CRUD/lifecycle coverage for the blogging domain: create, get, update, delete, and status change for posts, plus blog listing/info and post listing/searching. No obvious gaps exist for core workflows.