Ghost MCP Server v0.2.0 Release Notes
This release expands the posts_add and posts_edit tools to cover the full mutable field set of the Ghost Admin API post resource, so MCP clients can now manage SEO metadata, social preview fields, tags, authors, and code injection end-to-end — no more round-trips through the Ghost admin UI just to fill in Open Graph cards.
Huge thanks to @Theredbt for contributing this in #17.
What's New
posts_add and posts_edit now accept the following optional fields (all backwards compatible):
slug,visibility,featured,email_only,published_atcustom_excerptfeature_image,feature_image_alt,feature_image_captionmeta_title,meta_descriptionog_title,og_description,og_imagetwitter_title,twitter_description,twitter_imagecodeinjection_head,codeinjection_footcanonical_urltags— acceptsstring(slug) or{ id?, slug?, name? }authors— acceptsstring(slug) or{ id?, slug?, email? }
Existing callers that send only title / html / status are unaffected.
Upgrade
npx -y @fanyangmeng/ghost-mcp@0.2.0
Or just restart your MCP client — npx will pull the latest automatically.