Back to Apps

Ghost MCP
by mfydev
Control your Ghost CMS blog directly through LLM interfaces like Claude.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Ghost MCP connects your AI assistant to the Ghost Admin API, allowing you to manage your blog, members, and newsletters through natural language. It provides a secure bridge for content creation and audience management without leaving your chat interface.
Tools
- Posts: Browse, read, add, edit, and delete blog posts.
- Members: Manage subscriber lists, add new members, and edit member details.
- Newsletters: Full control over newsletter creation and management.
- Offers & Tiers: Configure subscription plans and promotional offers.
- Tags & Users: Organize content with tags and manage staff accounts.
- Webhooks: Setup and maintain automated event notifications.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": ["-y", "@fanyangmeng/ghost-mcp"],
"env": {
"GHOST_API_URL": "https://yourblog.com",
"GHOST_ADMIN_API_KEY": "your_admin_api_key",
"GHOST_API_VERSION": "v5.0"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @fanyangmeng/ghost-mcpInformation
- Pricing
- free
- Published
- 4/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"ghost-mcp": {"command": "npx", "args": ["-y", "@fanyangmeng/ghost-mcp"], "env": {"GHOST_API_URL": "https://yourblog.com", "GHOST_ADMIN_API_KEY": "your_admin_api_key", "GHOST_API_VERSION": "v5.0"}}}}





