Ghost MCP
Provides tools for managing Ghost CMS content including posts, pages, members, tags, and newsletters via the Ghost Admin API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ghost MCPList my recent posts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ghost MCP
MCP server for Ghost CMS — lets Claude manage posts, pages, members, tags, and newsletters via the Ghost Admin API.
Setup
Copy
.env.exampleto.envand fill in your credentials:
GHOST_URL=https://your-site.ghost.io
GHOST_ADMIN_KEY=your_key_id:your_key_secretGet the Staff Access Token from Ghost Admin → Settings → Integrations → Add custom integration.
Install and build:
npm install
npm run buildTest auth before connecting Claude:
npm run devIf auth succeeds you'll see [ghost-mcp] Auth OK. On failure, the process exits with the Ghost error.
Related MCP server: Ghost CMS MCP
Claude Desktop config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"ghost": {
"command": "node",
"args": ["/absolute/path/to/claude-mcp-work/dist/ghost.js"],
"env": {
"GHOST_URL": "https://your-site.ghost.io",
"GHOST_ADMIN_KEY": "your_key_id:your_key_secret"
}
}
}
}Available tools
Tool | Description |
| List posts (filter by status, paginate) |
| Get post by ID or slug |
| Create draft or published post |
| Update post (requires |
| Delete a post |
| List static pages |
| Create a static page |
| List members/subscribers |
| List tags |
| List newsletters |
| Get site info |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables management of Ghost blog content (posts, pages, and tags) through Claude, supporting both SSE and stdio transports.3-
- AlicenseNot gradedqualityDmaintenanceUnofficial MCP server for Ghost CMS that enables managing posts, pages, tags, and images through any MCP-compatible client.MIT
- AlicenseAqualityDmaintenanceA secure-by-default MCP server for Ghost CMS that enables content management, site configuration, and member operations via Claude, with all destructive actions disabled until explicitly opted in.7MIT
- AlicenseAqualityDmaintenanceAn MCP server for interacting with Ghost CMS blogs through AI assistants, supporting both read-only content and full admin operations.8112ISC