Ghost
CommunityA community MCP server for the Ghost CMS Admin API (no official TryGhost MCP exists). It exposes browse/read/create/edit/delete across Ghost resources — posts, pages, members, newsletters, offers, tags, tiers, users, and webhooks — using the official @tryghost/admin-api client. Runs locally over stdio via npx, authenticating with a Ghost Admin API key. Note: the Admin API key is full-privilege (write access), so an agent can create and delete content — there is no read-only scope.
Configuration
{
"mcpServers": {
"ghost": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ghost"
],
"env": {
"GHOST_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.
Related Servers
Quick Stats
Author
MFYDev
Tags
AgenticSkills Audit
Automated framework checks. Deep code review tracked separately. Read the methodology →
Deep framework checks (OAuth 2.1 / PKCE implementation, input validation, sandboxing) require human source review and are tracked separately. This scorecard covers programmatically verifiable signals only.