Provides access to Ghost Admin API functionality, enabling management of blog posts, pages, and tags in a Ghost blogging platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ghost MCP Serverlist my recent blog posts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ghost MCP Server
MCP (Model Context Protocol) server for Ghost CMS blog integration. Enables AI agents and LLMs to manage Ghost blog content through standardized MCP tools.
Directory Structure
Related MCP server: Contentful MCP Server
Available Tools
Tool | Description |
| Create a new blog post |
| List posts with pagination |
| Update an existing post |
| Delete a post |
| Create a new page |
| List pages with pagination |
| Update an existing page |
| Delete a page |
| Create a new tag |
| Update an existing tag |
Environment Variables
Variable | Description | Required |
| Ghost instance URL | Yes |
| Admin API key (format: | Yes |
| Server port (default: 3064) | No |
| Environment mode | No |
Running the Server
Docker
API Endpoints
POST /mcp- MCP request endpointGET /mcp- SSE streaming endpointDELETE /mcp- Session terminationGET /health- Health check
License
MIT