Local-first MCP server for safe Ghost authoring, diagnostics, scheduling, and publishing.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghost-publisher-mcp · npm · 0.10.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.BoraGkc/ghost-publisher",
"description": "Local-first MCP server for safe Ghost authoring, diagnostics, scheduling, and publishing.",
"repository": {
"url": "https://github.com/BoraGkc/ghost-publisher-mcp",
"source": "github"
},
"version": "0.10.0",
"packages": [
{
"registryType": "npm",
"identifier": "ghost-publisher-mcp",
"version": "0.10.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the Ghost site.",
"isRequired": true,
"format": "string",
"name": "GHOST_URL"
},
{
"description": "Admin API key from a Ghost custom integration.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GHOST_ADMIN_API_KEY"
},
{
"description": "Ghost Admin API compatibility version; defaults to v5.0.",
"format": "string",
"name": "GHOST_API_VERSION"
},
{
"description": "Permission profile: read-only, draft-editor, scheduler, or publisher. Defaults to publisher.",
"format": "string",
"name": "GHOST_PERMISSION_PROFILE"
},
{
"description": "Legacy alias for the read-only profile. Do not combine with GHOST_PERMISSION_PROFILE.",
"format": "string",
"name": "GHOST_READ_ONLY"
},
{
"description": "Allowed absolute directories for local image uploads.",
"format": "string",
"name": "GHOST_UPLOAD_ROOTS"
},
{
"description": "Optional deployment hook called once after a completely successful publish or unpublish batch.",
"format": "string",
"isSecret": true,
"name": "GHOST_DEPLOY_HOOK_URL"
},
{
"description": "Optional public post URL containing {slug} for live checks.",
"format": "string",
"name": "GHOST_PUBLIC_POST_URL_TEMPLATE"
},
{
"description": "Optional public page URL containing {slug} for headless live checks.",
"format": "string",
"name": "GHOST_PUBLIC_PAGE_URL_TEMPLATE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-16T18:53:57.233154Z",
"publishedAt": "2026-08-16T18:53:57.233154Z",
"updatedAt": "2026-08-16T18:53:57.233154Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.10.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.