Ghost MCP Server

by MCP-Mirror

259 downloads
Not rated
GitHub

About

Ghost MCP Server is a Model Context Protocol server that integrates with the Ghost Admin API, enabling programmatic access to Ghost CMS features such as post, page, tag, author, and member management, as well as image uploads.

Details

Author
MCP-Mirror
Downloads
259
Categories
Other

- Post management (create, read, update, delete, search)
- Page management (create, read, update, delete)
- Tag and author management
- Member management (create, read, update, delete, search)
- Image upload support (base64, with purpose selection)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Ghost MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package via npm, set the GHOST_URL and GHOST_ADMIN_API_KEY environment variables, then start the server with npx @mtane0412/ghost-mcp-server. Available tools include post, page, and member CRUD operations, plus image upload.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ghost mcp server": {
            "mtane0412_ghost-mcp-server": {
                "command": "npx",
                "args": [
                    "@mtane0412/ghost-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "mtane0412_ghost-mcp-server": {
        "command": "npx",
        "args": [
            "@mtane0412/ghost-mcp-server"
        ]
    }
}

Ghost MCP Server

A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access to Ghost CMS features including post management, page management, member management, and more.

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)
- Image Upload Support

Prerequisites

- Node.js (v18 or higher recommended)
- Ghost CMS instance
- Ghost Admin API key

Installation

Install the package using npm:

npm install @mtane0412/ghost-mcp-server

Configuration

1. Create a new custom integration in your Ghost Admin dashboard under Settings > Integrations.

2. Set the following environment variables:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.