Skip to main content

Ghost MCP

An MCP (Model Context Protocol) server for interacting with Ghost CMS through AI assistants like Claude.

Features

  • 54 Tools — 8 Content API (read-only) + 46 Admin API (full CRUD) tools
  • Dual Transport — Local stdio or remote Streamable HTTP deployment
  • OAuth 2.1 — Secure per-user authentication for remote mode
  • NQL Filters — Full support for Ghost's query language

Quick Install

# Local mode (stdio)
npx @ryukimin/ghost-mcp

# Remote mode (Docker)
docker pull ghcr.io/workspace/ghost-mcp:latest