Ghost CMS MCP Server with feature_image support - fork of @densh/ghost-mcp-server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ghost-mcp-server": {
"command": "npx",
"args": [
"-y",
"nautis/ghost-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ghost-mcp-server npx -y nautis/ghost-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ghost-mcp-server": {
"command": "npx",
"args": [
"-y",
"nautis/ghost-mcp-server"
]
}
}
}