
Model Context Protocol (MCP) Server
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
Empower AI-driven blog automation on Ghost CMS with the Ghost MCP Server, enabling seamless management of posts, users, newsletters, and more via natural language.
The Ghost MCP (Model Context Protocol) Server is a specialized tool that connects AI assistants—such as Claude—with your Ghost CMS, enabling seamless blog management through natural language commands. By serving as a bridge between large language models and the Ghost Admin API, the server allows developers and content managers to perform tasks like querying, creating, editing, or deleting posts, managing users, handling newsletters, and more—all securely and programmatically. This not only streamlines typical content operations but also empowers AI-driven workflows for advanced blog automation, real-time data retrieval, and contextual content generation. With robust authentication and detailed error handling, the Ghost MCP Server makes it easy to control your Ghost site’s resources using LLM-powered interfaces.
No explicit prompt templates are listed in the repository or documentation.
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": ["-y", "@fanyangmeng/ghost-mcp"],
"env": {
"GHOST_API_URL": "https://yourblog.com",
"GHOST_ADMIN_API_KEY": "your_admin_api_key",
"GHOST_API_VERSION": "v5.0"
}
}
}
}
claude_desktop_config.json
.mcpServers
:{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": ["-y", "@fanyangmeng/ghost-mcp"],
"env": {
"GHOST_API_URL": "https://yourblog.com",
"GHOST_ADMIN_API_KEY": "your_admin_api_key",
"GHOST_API_VERSION": "v5.0"
}
}
}
}
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": ["-y", "@fanyangmeng/ghost-mcp"],
"env": {
"GHOST_API_URL": "https://yourblog.com",
"GHOST_ADMIN_API_KEY": "your_admin_api_key",
"GHOST_API_VERSION": "v5.0"
}
}
}
}
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": ["-y", "@fanyangmeng/ghost-mcp"],
"env": {
"GHOST_API_URL": "https://yourblog.com",
"GHOST_ADMIN_API_KEY": "your_admin_api_key",
"GHOST_API_VERSION": "v5.0"
}
}
}
}
Store sensitive keys as environment variables rather than hardcoding. Example:
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": ["-y", "@fanyangmeng/ghost-mcp"],
"env": {
"GHOST_API_URL": "https://yourblog.com",
"GHOST_ADMIN_API_KEY": "${GHOST_ADMIN_API_KEY}",
"GHOST_API_VERSION": "v5.0"
}
}
}
}
Set GHOST_ADMIN_API_KEY
as an environment variable in your operating system or container.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"ghost-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “ghost-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | Not specified in documentation |
List of Resources | ✅ | Blog entities (posts, members, newsletters, etc.) |
List of Tools | ✅ | CRUD tools over Ghost CMS entities |
Securing API Keys | ✅ | Environment variables supported |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Roots support: ⛔ (Not mentioned)
Between the overview and MCP score tables:
Ghost MCP Server offers comprehensive resources and tools for Ghost CMS management with clear setup and security options. Lacking prompt templates, explicit sampling, or roots support, but strong for practical blog automation. I’d rate it a 7/10 for general developer utility and completeness.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 18 |
Number of Stars | 59 |
The Ghost MCP Server bridges AI assistants with your Ghost CMS, enabling natural language-driven blog management. It provides secure, programmatic access to posts, members, newsletters, offers, invites, roles, tags, tiers, users, and webhooks.
You can manage posts, members, newsletters, offers, invites, roles, tags, tiers, users, and webhooks. Tools include creating, editing, deleting, and retrieving these resources directly from AI-powered workflows.
Store sensitive API keys as environment variables rather than hardcoding them in config files. Use '${GHOST_ADMIN_API_KEY}' in the configuration and set the variable in your OS or container environment.
Automate blog content management, perform member analytics, manage newsletters, create promotional offers, and handle user administration—all with AI-powered automation and natural language commands.
Add the MCP component to your FlowHunt flow, insert the Ghost MCP server details in the configuration, and connect it to your AI agent. Your agent can then use all Ghost MCP tools as part of its workflow.
Streamline content operations and enable advanced automations on Ghost using the Ghost MCP Server with FlowHunt. Try it now or book a demo to see it in action.
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
The GitHub MCP Server enables seamless AI-powered automation and data extraction from the GitHub ecosystem by bridging AI agents and GitHub APIs. Enhance your d...