MCP server
Ghost MCP
Runs a Ghost publication's admin API from a chat window.
Add it to your client
CommunityInstall
npx -y @fanyangmeng/ghost-mcp
mcpServers
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": [
"-y",
"@fanyangmeng/ghost-mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
- Stars
- 223
Wraps the Ghost Admin API so posts, tags, tiers, newsletters and members can be worked on without opening the admin panel. Coverage goes past reading into the full write path — browse, read, add, edit and delete — across roughly ten resource types. Each connection is bound to one publication through its URL and an Admin API key. Written in TypeScript and published to npm, so it starts straight from npx.
Similar MCP servers
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Developer ToolsCloud Platforms & Infrastructure
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
Playwright MCP
MCP serverGives an assistant a real browser to click, type and read pages with
Browsers & AutomationDeveloper Tools
Comments(0)
Sign in to comment