Back to directory
mfydev/ghost-mcp

mfydev/ghost-mcp

@MFYDev

A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude.

ghostcmsblogmcpcontent-managementtypescriptclaudetool

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13