← Back to browse

ghost-publisher

Indexed by io.github.BoraGkc

About

Local-first MCP server for safe Ghost posts, Pages, scheduling, images, and publishing.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGHOST_URL GHOST_ADMIN_API_KEY GHOST_API_VERSION GHOST_READ_ONLY GHOST_UPLOAD_ROOTS GHOST_DEPLOY_HOOK_URL GHOST_PUBLIC_POST_URL_TEMPLATE GHOST_PUBLIC_PAGE_URL_TEMPLATE
Claude Code
claude mcp add --env GHOST_URL= --env GHOST_ADMIN_API_KEY= --env GHOST_API_VERSION= --env GHOST_READ_ONLY= --env GHOST_UPLOAD_ROOTS= --env GHOST_DEPLOY_HOOK_URL= --env GHOST_PUBLIC_POST_URL_TEMPLATE= --env GHOST_PUBLIC_PAGE_URL_TEMPLATE= ghost-publisher -- npx ghost-publisher-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ghost-publisher","command":"npx","args":["ghost-publisher-mcp"],"env":{"GHOST_URL":"","GHOST_ADMIN_API_KEY":"","GHOST_API_VERSION":"","GHOST_READ_ONLY":"","GHOST_UPLOAD_ROOTS":"","GHOST_DEPLOY_HOOK_URL":"","GHOST_PUBLIC_POST_URL_TEMPLATE":"","GHOST_PUBLIC_PAGE_URL_TEMPLATE":""}}'
JSON
{
  "mcpServers": {
    "ghost-publisher": {
      "command": "npx",
      "args": [
        "ghost-publisher-mcp"
      ],
      "env": {
        "GHOST_URL": "",
        "GHOST_ADMIN_API_KEY": "",
        "GHOST_API_VERSION": "",
        "GHOST_READ_ONLY": "",
        "GHOST_UPLOAD_ROOTS": "",
        "GHOST_DEPLOY_HOOK_URL": "",
        "GHOST_PUBLIC_POST_URL_TEMPLATE": "",
        "GHOST_PUBLIC_PAGE_URL_TEMPLATE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.