content

Ghost MCP Server

Full Ghost CMS management from Claude Code. Create posts, manage members, handle newsletters, and configure your publication.

Pricing: free Free and open source. Requires a Ghost publication (self-hosted is free, Ghost Pro from $9/mo).
View on GitHub
@fanyangmeng/ghost-mcp
Website

Features

  • Post management — create, edit, publish, and delete
  • Member management with filtering
  • Newsletter creation and configuration
  • Tag management for content organization
  • Tier and offer management for paid subscriptions
  • Webhook management for automations
  • User management for team collaboration

Setup Instructions

1. In your Ghost admin panel, go to Settings > Integrations > Add custom integration 2. Copy the Admin API Key and your Ghost API URL 3. Add to your Claude MCP settings: ``json { "mcpServers": { "ghost": { "command": "npx", "args": ["-y", "@fanyangmeng/ghost-mcp"], "env": { "GHOST_API_URL": "https://your-site.ghost.io", "GHOST_ADMIN_API_KEY": "your_admin_api_key", "GHOST_API_VERSION": "v5.0" } } } } `` 4. Restart Claude and verify the connection

Added: 2026-03-01