mtane0412_ghost-mcp-server
If you are the rightful owner of mtane0412_ghost-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that integrates with the Ghost Admin API, enabling programmatic access to Ghost CMS features.
The Ghost MCP Server is a specialized server that facilitates interaction with the Ghost CMS through the Model Context Protocol. It allows developers to programmatically manage various aspects of a Ghost blog, such as posts, pages, tags, authors, and members. The server supports operations like creating, reading, updating, and deleting content, as well as searching for posts and members. Additionally, it provides image upload capabilities, making it a comprehensive tool for managing a Ghost CMS instance. The server requires Node.js and a Ghost CMS instance with an Admin API key for operation. It is designed to be easy to set up and use, with configuration options available through environment variables or a .env file.
Features
- Post Management (create, read, update, delete, search)
- Page Management (create, read, update, delete)
- Tag Management
- Author Management
- Member Management (create, read, update, delete, search)