Ghost

Create, read, update, and delete Ghost posts, pages, members, tags, newsletters, and membership tiers through a community-built Ghost Admin API server.

Ghost (opens in new tab)See the Ghost connector page

Create, read, update, and delete Ghost posts, pages, members, tags, newsletters, and membership tiers through a community-built Ghost Admin API server.

View config snippet
# Install globally first:
# npm install -g @jgardner04/ghost-mcp-server
#
# Then add to Claude Code (use your real site URL and Admin API key):
claude mcp add ghost-mcp -- ghost-mcp-server \
  --url https://your-ghost-site.com \
  --key <ghost-admin-api-key>

Authentication: API key

Capabilities

  • Create, read, update, delete, and list tags.
  • Upload images from a public URL, with optional alt text.
  • Create, retrieve, search, update, and delete posts, including draft, publish, schedule, tag, and SEO-field support.
  • Create, retrieve, search, update, and delete pages (the same operations as posts, without tag support).
  • Create, retrieve, search, update, and delete members and subscribers, including label and newsletter-subscription management.
  • Create, retrieve, update, and delete newsletters, including sender and subscription configuration.
  • Create, retrieve, update, and delete membership tiers, including pricing and benefits.

Limitations

  • Pages cannot carry tags — only posts can.
  • No comments, analytics, webhook, or automation tooling is documented, so it is treated as absent rather than merely undocumented.

1 skill or agent uses this connector