Ghost MCP
About
An MCP server for the Ghost blogging platform with Server-Sent Events (SSE) support.
Details
- Author
- oculairmedia
- Categories
- Developer Tools, Other, Knowledge Base, Marketing
Jump to
Setup
Install Ghost MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/oculairmedia/Ghost-MCP
Follow the installation instructions in the repository README, then restart your MCP client.
MCP (Model Context Protocol) server for Ghost CMS blog integration. Enables AI agents and LLMs to manage Ghost blog content through standardized MCP tools.
. ├── index.js # Main entry point ├── core/ # Core server functionality │ ├── server.js # GhostServer class with API communication │ └── api-client.js # Shared Ghost API utilities and JWT auth ├── tools/ # MCP tool implementations │ ├── index.js # Tool registry and handlers │ ├── ghost-tools.js # Tool exports and definitions │ ├── create-ghost-post.js │ ├── list-ghost-posts.js │ ├── update-ghost-post.js │ ├── delete-ghost-post.js │ ├── create-ghost-page.js │ ├── list-ghost-pages.js │ ├── update-ghost-page.js │ ├── delete-ghost-page.js │ ├── create-ghost-tag.js │ └── update-ghost-tag.js ├── transports/ # Server transport implementations │ ├── index.js # Transport exports │ ├── stdio-transport.js │ ├── sse-transport.js │ └── http-transport.js # Streamable HTTP (default) └── __tests__/ # Test files
# HTTP transport (default, for production) npm start # SSE transport npm run start:sse # Stdio transport (for CLI integration) npm run start:stdio # Development npm run dev # Run tests npm test
# Build image docker build -t ghost-mcp . # Run container docker run -p 3064:3064 \ -e GHOST_API_URL=https://your-ghost-blog.com \ -e GHOST_ADMIN_KEY=your-key-id:your-key-secret \ ghost-mcp
- POST /mcp- MCP request endpoint
- GET /mcp- SSE streaming endpoint
- DELETE /mcp- Session termination
- GET /health- Health check
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
An MCP server for the Ghost blogging platform with Server-Sent Events (SSE) transport support.
Publish complete websites directly from any AI client via API — no hosting setup, CMS, or configuration required.
Brandfolio - Make Your Brand Machine-Readable for AI
Your brand deserves consistency across every AI interaction. Brandfolio transforms your brand identity into a format that works with AI on every platform.
Create, preview, publish, and measure landing pages from Claude, Codex, or any MCP client.
SEO, GEO & AI Visibility — research, write, optimize, publish & monitor content. 95 tools, 9 agent skills, 11 prompts, 7 workflows. Built-in CMS hosting.
Automate Ghost CMS with full CRUD operations, bulk actions, and advanced features.
Manage multilingual Polyblog articles, localization coverage and editorial plans through OAuth.
Block MCP is the WordPress MCP built for the way agents actually edit: one block at a time, across multiple turns, without corrupting the page.
Find WordPress and WooCommerce plugin opportunities for AI agents: large, established plugins weakened by abandonment, low ratings, or poor support.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





