Loading languages...
@F

@fanyangmeng/ghost-mcp

@MFYDev77

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.

MCP
Ghost CMS
LLM
Claude

# mcpServer Config

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

# stdio

npx -y @fanyangmeng/ghost-mcp
Transport:
stdio
Язык:
TypeScript
Создано:2/11/2025
Обновлено:7/31/2025