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.
Related MCP Servers
- AlicenseBqualityAmaintenanceAn implementation of the Model Context Protocol Server that allows AI clients like Cursor or Claude Desktop to manage Ghost CMS blogs by exposing capabilities like creating posts, adding tags, and uploading images.Last updated35477MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables management of Ghost blog content (posts, pages, and tags) through Claude, supporting both SSE and stdio transports.Last updated3
- Alicense-qualityDmaintenanceUnofficial MCP server for Ghost CMS that enables managing posts, pages, tags, and images through any MCP-compatible client.Last updatedMIT
- 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.Last updated7MIT
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.
A basic MCP server to operate on the Postman API.
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