Ghost-MCP-Server
If you are the rightful owner of 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.
The Ghost MCP Server allows an MCP client to interact with a Ghost CMS instance using defined tools.
The Ghost MCP Server is a Model Context Protocol (MCP) server that facilitates interaction between an MCP client and a Ghost CMS instance. It exposes Ghost CMS management functions as MCP tools, enabling AI clients like Cursor or Claude Desktop to manage a Ghost blog. The server typically listens on port 3001 and responds with its capabilities according to the MCP specification. It defines resources such as `ghost/tag` and `ghost/post`, which represent tags and posts in Ghost CMS, respectively. The server provides tools for creating tags, retrieving tags, uploading images, and creating posts, allowing for comprehensive management of a Ghost blog through an MCP client.
Features
- Exposes Ghost CMS management functions as MCP tools.
- Allows AI clients to manage a Ghost blog via MCP.
- Defines resources like `ghost/tag` and `ghost/post`.
- Provides tools for creating tags, retrieving tags, uploading images, and creating posts.
- Typically listens on port 3001 for client interactions.