Ghost Publisher MCP
Rank #9,159io.github.BoraGkc/ghost-publisher
Local-first MCP server for safe Ghost authoring, diagnostics, scheduling, and publishing.
Ghost Publisher MCP is a Model Context Protocol (MCP) server published by BoraGkc. It ranks #9,159 of 132,046 servers tracked on MCP Toplist. Ghost Publisher MCP is listed across 2 registries — Official MCP and Glama, with 10 tracked versions. It was first listed on Jul 19, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 122,887 of 132,046 servers on MCP Toplist.
Use Ghost Publisher MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ghost-publisher -e "GHOST_URL=<your GHOST_URL>" -e "GHOST_ADMIN_API_KEY=<your GHOST_ADMIN_API_KEY>" -e "GHOST_API_VERSION=<your GHOST_API_VERSION>" -e "GHOST_PERMISSION_PROFILE=<your GHOST_PERMISSION_PROFILE>" -e "GHOST_READ_ONLY=<your GHOST_READ_ONLY>" -e "GHOST_UPLOAD_ROOTS=<your GHOST_UPLOAD_ROOTS>" -e "GHOST_DEPLOY_HOOK_URL=<your GHOST_DEPLOY_HOOK_URL>" -e "GHOST_PUBLIC_POST_URL_TEMPLATE=<your GHOST_PUBLIC_POST_URL_TEMPLATE>" -e "GHOST_PUBLIC_PAGE_URL_TEMPLATE=<your GHOST_PUBLIC_PAGE_URL_TEMPLATE>" -- npx -y ghost-publisher-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ghost-publisher]
command = "npx"
args = ["-y", "ghost-publisher-mcp"]
[mcp_servers.ghost-publisher.env]
GHOST_URL = "<your GHOST_URL>"
GHOST_ADMIN_API_KEY = "<your GHOST_ADMIN_API_KEY>"
GHOST_API_VERSION = "<your GHOST_API_VERSION>"
GHOST_PERMISSION_PROFILE = "<your GHOST_PERMISSION_PROFILE>"
GHOST_READ_ONLY = "<your GHOST_READ_ONLY>"
GHOST_UPLOAD_ROOTS = "<your GHOST_UPLOAD_ROOTS>"
GHOST_DEPLOY_HOOK_URL = "<your GHOST_DEPLOY_HOOK_URL>"
GHOST_PUBLIC_POST_URL_TEMPLATE = "<your GHOST_PUBLIC_POST_URL_TEMPLATE>"
GHOST_PUBLIC_PAGE_URL_TEMPLATE = "<your GHOST_PUBLIC_PAGE_URL_TEMPLATE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghost-publisher": {
"command": "npx",
"args": [
"-y",
"ghost-publisher-mcp"
],
"env": {
"GHOST_URL": "<your GHOST_URL>",
"GHOST_ADMIN_API_KEY": "<your GHOST_ADMIN_API_KEY>",
"GHOST_API_VERSION": "<your GHOST_API_VERSION>",
"GHOST_PERMISSION_PROFILE": "<your GHOST_PERMISSION_PROFILE>",
"GHOST_READ_ONLY": "<your GHOST_READ_ONLY>",
"GHOST_UPLOAD_ROOTS": "<your GHOST_UPLOAD_ROOTS>",
"GHOST_DEPLOY_HOOK_URL": "<your GHOST_DEPLOY_HOOK_URL>",
"GHOST_PUBLIC_POST_URL_TEMPLATE": "<your GHOST_PUBLIC_POST_URL_TEMPLATE>",
"GHOST_PUBLIC_PAGE_URL_TEMPLATE": "<your GHOST_PUBLIC_PAGE_URL_TEMPLATE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghost-publisher": {
"command": "npx",
"args": [
"-y",
"ghost-publisher-mcp"
],
"env": {
"GHOST_URL": "<your GHOST_URL>",
"GHOST_ADMIN_API_KEY": "<your GHOST_ADMIN_API_KEY>",
"GHOST_API_VERSION": "<your GHOST_API_VERSION>",
"GHOST_PERMISSION_PROFILE": "<your GHOST_PERMISSION_PROFILE>",
"GHOST_READ_ONLY": "<your GHOST_READ_ONLY>",
"GHOST_UPLOAD_ROOTS": "<your GHOST_UPLOAD_ROOTS>",
"GHOST_DEPLOY_HOOK_URL": "<your GHOST_DEPLOY_HOOK_URL>",
"GHOST_PUBLIC_POST_URL_TEMPLATE": "<your GHOST_PUBLIC_POST_URL_TEMPLATE>",
"GHOST_PUBLIC_PAGE_URL_TEMPLATE": "<your GHOST_PUBLIC_PAGE_URL_TEMPLATE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ghost-publisher": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ghost-publisher-mcp"
],
"env": {
"GHOST_URL": "<your GHOST_URL>",
"GHOST_ADMIN_API_KEY": "<your GHOST_ADMIN_API_KEY>",
"GHOST_API_VERSION": "<your GHOST_API_VERSION>",
"GHOST_PERMISSION_PROFILE": "<your GHOST_PERMISSION_PROFILE>",
"GHOST_READ_ONLY": "<your GHOST_READ_ONLY>",
"GHOST_UPLOAD_ROOTS": "<your GHOST_UPLOAD_ROOTS>",
"GHOST_DEPLOY_HOOK_URL": "<your GHOST_DEPLOY_HOOK_URL>",
"GHOST_PUBLIC_POST_URL_TEMPLATE": "<your GHOST_PUBLIC_POST_URL_TEMPLATE>",
"GHOST_PUBLIC_PAGE_URL_TEMPLATE": "<your GHOST_PUBLIC_PAGE_URL_TEMPLATE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghost-publisher": {
"command": "npx",
"args": [
"-y",
"ghost-publisher-mcp"
],
"env": {
"GHOST_URL": "<your GHOST_URL>",
"GHOST_ADMIN_API_KEY": "<your GHOST_ADMIN_API_KEY>",
"GHOST_API_VERSION": "<your GHOST_API_VERSION>",
"GHOST_PERMISSION_PROFILE": "<your GHOST_PERMISSION_PROFILE>",
"GHOST_READ_ONLY": "<your GHOST_READ_ONLY>",
"GHOST_UPLOAD_ROOTS": "<your GHOST_UPLOAD_ROOTS>",
"GHOST_DEPLOY_HOOK_URL": "<your GHOST_DEPLOY_HOOK_URL>",
"GHOST_PUBLIC_POST_URL_TEMPLATE": "<your GHOST_PUBLIC_POST_URL_TEMPLATE>",
"GHOST_PUBLIC_PAGE_URL_TEMPLATE": "<your GHOST_PUBLIC_PAGE_URL_TEMPLATE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghost-publisher": {
"command": "npx",
"args": [
"-y",
"ghost-publisher-mcp"
],
"env": {
"GHOST_URL": "<your GHOST_URL>",
"GHOST_ADMIN_API_KEY": "<your GHOST_ADMIN_API_KEY>",
"GHOST_API_VERSION": "<your GHOST_API_VERSION>",
"GHOST_PERMISSION_PROFILE": "<your GHOST_PERMISSION_PROFILE>",
"GHOST_READ_ONLY": "<your GHOST_READ_ONLY>",
"GHOST_UPLOAD_ROOTS": "<your GHOST_UPLOAD_ROOTS>",
"GHOST_DEPLOY_HOOK_URL": "<your GHOST_DEPLOY_HOOK_URL>",
"GHOST_PUBLIC_POST_URL_TEMPLATE": "<your GHOST_PUBLIC_POST_URL_TEMPLATE>",
"GHOST_PUBLIC_PAGE_URL_TEMPLATE": "<your GHOST_PUBLIC_PAGE_URL_TEMPLATE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.BoraGkc%2Fghost-publisher)<a href="https://mcptoplist.com/server/io.github.BoraGkc%2Fghost-publisher"><img src="https://mcptoplist.com/badge/io.github.BoraGkc%2Fghost-publisher.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
BoraGkc
Available versions (10)
| Version | Published |
|---|---|
| 0.10.1 | Aug 25, 2026 |
| 0.10.0 | Aug 16, 2026 |
| 0.9.0 | Aug 16, 2026 |
| 0.8.0 | Aug 16, 2026 |
| 0.7.0 | Aug 2, 2026 |
| 0.6.0 | Aug 2, 2026 |
| 0.5.0 | Aug 2, 2026 |
| 0.4.1 | Jul 20, 2026 |
| 0.4.0 | Jul 20, 2026 |
| 0.1.1 | Jul 19, 2026 |
Frequently asked questions
- Who maintains Ghost Publisher MCP?
- Ghost Publisher MCP is maintained by BoraGkc, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Ghost Publisher MCP listed on the Official MCP Registry?
- Yes — Ghost Publisher MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Ghost Publisher MCP have?
- MCP Toplist tracks 10 versions of Ghost Publisher MCP, most recently published on Aug 25, 2026.
- Where can I find the source code for Ghost Publisher MCP?
- The source code for Ghost Publisher MCP is hosted at github.com/BoraGkc/ghost-publisher-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.