G
Ghost
📋 Productivity
Manage your Ghost publication — create and edit posts and pages, manage members and tags, all from your AI tools.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"ghost": {
"command": "npx",
"args": [
"-y",
"@mtane0412/ghost-mcp-server"
],
"env": {
"GHOST_API_URL": "https://yourblog.ghost.io",
"GHOST_ADMIN_API_KEY": "your-ghost-admin-api-key-here"
}
}
}
}