MFYDev/ghost-mcp
A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. Allow you to control your Ghost blog by simply asking Claude etc.
Platform-specific configuration:
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": [
"-y",
"ghost-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...