Ghost MCP ServerServer

mtane0412
GitHub
content managementAPI integrationautomation

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. It enables programmatic access to Ghost CMS features including managing posts, pages, members, and more.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Ghost MCP Server": {
        "env": {
          "GHOST_URL": "https://your-ghost-blog.com",
          "GHOST_ADMIN_API_KEY": "your_admin_api_key"
        },
        "args": [],
        "command": "npx @mtane0412/ghost-mcp-server"
      }
    }
  ]
}

🛠️ Tools

npmGhost Admin API

Features

  • Post management (create, read, update, delete)
  • Page management
  • Member management

💬 Example Queries

  • Retrieve a list of blog posts.
  • Search for specific posts.
  • Create a new post.