Ghost MCP
Local · stdioA community server for Ghost: manage posts, members, newsletters, promotional offers and subscription tiers through the Admin API. JWT auth via an Admin API key, stdio transport. 216 GitHub stars, MIT license. Not an official Ghost Foundation product — a third-party integration for Claude and other MCP clients.
Why this server
- Covers nearly all of the Ghost Admin API: posts, members, newsletters, offers, tiers, webhooks
- The server signs every request's JWT itself — the agent only needs the blog's Admin API key
- MIT-licensed with 216 GitHub stars — a compact but mature project for a single blog
- Stdio transport only — remote access needs your own wrapping proxy
Usage examples
Prompt: Create a draft post "Quarter results" and publish it
Result: The agent created the post via the posts-create tool, then updated its status to published.
Prompt: Show all paid members from the last month
Result: The agent called the members-list tool filtered by paid subscription status and a 30-day creation window.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.