ghost publisher for Cline
io.github.boragkc/ghost-publisher
Local-first MCP server for safe Ghost authoring, diagnostics, scheduling, and publishing.
client:Cline
transport:stdio
runtime:npm
Install ghost publisher in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ghost-publisher": {
"command": "npx",
"args": [
"-y",
"ghost-publisher-mcp"
],
"env": {
"GHOST_URL": "<GHOST_URL>",
"GHOST_ADMIN_API_KEY": "<GHOST_ADMIN_API_KEY>",
"GHOST_API_VERSION": "<GHOST_API_VERSION>",
"GHOST_PERMISSION_PROFILE": "<GHOST_PERMISSION_PROFILE>",
"GHOST_READ_ONLY": "<GHOST_READ_ONLY>",
"GHOST_UPLOAD_ROOTS": "<GHOST_UPLOAD_ROOTS>",
"GHOST_DEPLOY_HOOK_URL": "<GHOST_DEPLOY_HOOK_URL>",
"GHOST_PUBLIC_POST_URL_TEMPLATE": "<GHOST_PUBLIC_POST_URL_TEMPLATE>",
"GHOST_PUBLIC_PAGE_URL_TEMPLATE": "<GHOST_PUBLIC_PAGE_URL_TEMPLATE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs