A
licenseNot graded
qualityD
maintenanceMCP server for Ghost CMS that lets Claude manage posts, pages, members, tags, and newsletters via the Ghost Admin API.
10 npm
MIT
No user-submitted related servers found.
Scored across 7 tools
Each tool has a distinct purpose: site info, list/get for posts, pages, and tags. No overlap, clear boundaries.
All tools use the 'ghost_' prefix followed by a consistent verb_noun pattern (e.g., list_posts, get_post), all in snake_case.
7 tools is well-scoped for a read-only Ghost CMS server, covering the main resources (site info, posts, pages, tags) without bloat.
The set covers read operations (list and get) for posts, pages, and tags, plus site info, but lacks write operations like create, update, delete, which limits full lifecycle coverage.