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 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
- AlicenseAqualityBmaintenanceA 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.8402ISC
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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