Ghost icon

Ghost

Integrates the Ghost blogging platform with Model Context Protocol (MCP) clients, enabling programmatic management of posts, pages, and tags.

关于

Ghost provides an MCP server for the Ghost blogging platform, empowering users to programmatically manage their content. By exposing the Ghost Admin API via an MCP interface with Server-Sent Events (SSE) transport, it allows external applications and tools to create, list, update, and delete blog posts, pages, and tags. This tool is designed to streamline content workflows and automate publishing tasks, making Ghost content management more accessible through standardized protocol interactions.

主要功能

  • Provides comprehensive access to Ghost Admin API functionality via MCP tools
  • Supports both SSE and stdio transports for flexible integration
  • Configurable via environment variables for easy setup
  • Secure by default with non-root user in Docker deployments
  • Enables management of Ghost blog posts, pages, and tags
  • 0 GitHub stars

使用案例

  • Automating content publication and updates on a Ghost blog through an MCP client
  • Integrating Ghost blog management capabilities into custom applications or workflows
  • Programmatically interacting with the Ghost Admin API using a standardized protocol