Skip to main content
Glama

Ghost MCP

MCP server for Ghost CMS — lets Claude manage posts, pages, members, tags, and newsletters via the Ghost Admin API.

Setup

  1. Copy .env.example to .env and fill in your credentials:

GHOST_URL=https://your-site.ghost.io
GHOST_ADMIN_KEY=your_key_id:your_key_secret

Get the Staff Access Token from Ghost Admin → Settings → Integrations → Add custom integration.

  1. Install and build:

npm install
npm run build
  1. Test auth before connecting Claude:

npm run dev

If auth succeeds you'll see [ghost-mcp] Auth OK. On failure, the process exits with the Ghost error.

Related MCP server: Ghost MCP Server

Claude Desktop config

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "ghost": {
      "command": "node",
      "args": ["/absolute/path/to/claude-mcp-work/dist/ghost.js"],
      "env": {
        "GHOST_URL": "https://your-site.ghost.io",
        "GHOST_ADMIN_KEY": "your_key_id:your_key_secret"
      }
    }
  }
}

Available tools

Tool

Description

list_posts

List posts (filter by status, paginate)

get_post

Get post by ID or slug

create_post

Create draft or published post

update_post

Update post (requires updated_at for concurrency)

delete_post

Delete a post

list_pages

List static pages

create_page

Create a static page

list_members

List members/subscribers

list_tags

List tags

list_newsletters

List newsletters

get_site

Get site info

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pebeka-prog/claude-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server