MCP Directory
Back

ghost-mcp

by MFYDev · TypeScript · ★ 203

A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. Allow you to control your Ghost blog by simply asking Claude etc.

#claude#claude-ai#ghost#ghost-blog#ghost-cms#mcp#mcp-server#modelcontextprotocol

Install

npx -y github:MFYDev/ghost-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ghost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:MFYDev/ghost-mcp"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. This server provides secure and comprehensive access to your Ghost blog, leveraging JWT authentication and a rich set of MCP tools for managing posts, users, members, tiers, offers, and newsletters. - Secure Ghost Admin API requests with - Comprehensive entity access including posts, users, members, tiers, offers, and newsletters - Advanced search functionality with both fuzzy and exact matching options - Detailed, human-readable output for Ghost entities - Robust error handling using cus…
Read full README on GitHub →

Related ai & ml servers