Ghost Content Manager
Manages Ghost blog content, including posts, pages, and tags, by providing programmatic access to the Ghost Admin API via Model Context Protocol (MCP) tools.
About
This server provides a robust Model Context Protocol (MCP) interface for the Ghost blogging platform, enabling seamless programmatic management of your blog's content. It supports both Server-Sent Events (SSE) and standard I/O (stdio) transports, allowing external applications to create, list, update, and delete Ghost posts, pages, and tags. Designed for secure and efficient deployment, it leverages Docker for easy setup with environment variable configuration and includes a health check endpoint, making it ideal for integrating Ghost content management into automated workflows or custom applications.
Key Features
- Supports Server-Sent Events (SSE) and stdio transports
- Designed for secure deployment with Docker and non-root user
- Configurable via environment variables with a health check endpoint
- 0 GitHub stars
- Provides full access to Ghost Admin API functionality
- Enables management of Ghost blog posts, pages, and tags
Use Cases
- Automate the creation and management of content on Ghost blogs
- Programmatically synchronize content across multiple Ghost instances or external systems
- Integrate Ghost content management capabilities into custom applications or dashboards