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 MCP Server
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.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pebeka-prog/claude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server