Ghost MCP Server
@MFYDev
关于 Ghost MCP Server
A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. Allow you to control your Ghost blog by simply asking Claude etc.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": [
"-y",
"@fanyangmeng/ghost-mcp"
],
"env": {
"GHOST_API_URL": "https://yourblog.com",
"GHOST_ADMIN_API_KEY": "your_admin_api_key",
"GHOST_API_VERSION": "v5.0"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Ghost MCP Server?
Ghost MCP Server is a Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. It provides secure and comprehensive access to your Ghost blog using JWT authentication and a rich set of MCP tools for managing posts, users, members, tiers, offers, and newsletters.
How to use Ghost MCP Server?
Add a configuration entry to your MCP client’s JSON file with the command npx -y @fanyangmeng/ghost-mcp and set the environment variables GHOST_API_URL, GHOST_ADMIN_API_KEY, and GHOST_API_VERSION. Each Ghost CMS resource is exposed through browse, read, add, edit, and delete tools accessible via the MCP protocol.
Key features of Ghost MCP Server
- Secure Ghost Admin API requests with
@tryghost/admin-api - Comprehensive entity access for posts, users, members, tiers, offers, newsletters, and more
- Advanced search with fuzzy and exact matching options
- Detailed, human-readable output for Ghost entities
- Robust error handling using custom
GhostErrorexceptions - Integrated logging support via MCP context
Use cases of Ghost MCP Server
- Manage Ghost CMS content (posts, tags, users) through AI assistants
- Automate member and subscription management (members, tiers, offers)
- Handle newsletters, invites, and webhooks programmatically
- Perform administrative CRUD operations on all major Ghost entities
FAQ from Ghost MCP Server
How do I install and configure Ghost MCP Server?
Add an entry to your MCP client configuration (e.g., claude_desktop_config.json) with the command npx -y @fanyangmeng/ghost-mcp and set the GHOST_API_URL, GHOST_ADMIN_API_KEY, and GHOST_API_VERSION environment variables.
What Ghost CMS resources can I manage
AI 与智能体 分类下的更多 MCP 服务器
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
评论