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 とエージェント」の他のコンテンツ
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
コメント