Ghost MCP Server
A server that integrates Ghost CMS with Claude AI through the FastMCP framework.
Requirements
- Python 3.11+
- uv - Required to run this server
Setup
- Clone the repository
- Create a virtual environment (optional but recommended):
uv venv source .venv/bin/activate # On Windows: .venv\\Scripts\\activate - Install dependencies using uv (dependencies are defined in pyproject.toml):
uv pip install . - Set up environment variables by copying
.env.exampleto.env:cp .env.example .env - Configure your
.envfile with your Ghost API credentials:GHOST_API_KEY=your_ghost_api_key_here GHOST_API_URL=https://your-ghost-blog.com/ghost/api/admin/posts GHOST_API_VERSION=v5.116.1
Claude Desktop Configuration
To use this server with Claude Desktop, you need to configure it in Claude's MCP settings:
- Open Claude Desktop
- Go to Settings > Developer > MCP Servers
- Add a new MCP Server configuration similar to:
{
"mcpServers": {
"ghost-mcp": {
"command": "/path/to/your/uv",
"args": [
"--directory",
"/path/to/your/ghost-mcp",
"run",
"mcp_server.py"
]
}
}
}
Replace /path/to/your/uv with the actual path to your uv executable and /path/to/your/ghost-mcp with the absolute path to this project directory.
Usage
Once configured, you can use the ghost_post tool from Claude to create blog posts directly in your Ghost CMS:
Create a blog post with title "My First Post" and content "Hello, world!"
The tool supports the following parameters:
- title: The title of the blog post
- content: Markdown content for the post
- author_id: ID of the author (default: "1")
- tags: List of tag names
- status: Post status (draft, published)
- feature_image: URL for the post's cover image
- code_language: Default language for code blocks
Recommend MCP Servers 💡
nysse-mcp-server
MCP server providing real-time bus traffic information for Tampere's public transport system to LLM AI agents
apple-books-mcp
An MCP server that allows large language models to interact with your Apple Books library, enabling tasks like summarizing highlights, organizing books by genre, recommending similar books, and comparing notes.
TAMA-MCP-Server
An AI-powered command-line interface (CLI) task manager that functions as an MCP server, enabling AI-driven task generation, expansion, and standard task management with dependency tracking.
jobspy-mcp-server
An MCP server enabling AI assistants to search jobs across platforms like Indeed and LinkedIn using JobSpy
@powerdrillai/powerdrill-mcp
A Model Context Protocol (MCP) server that enables interaction with Powerdrill datasets using User ID and Project API Key.
fuel-mcp-server
MCP server for Fuel Network and Sway Language ecosystem enabling IDE integration with Fuel documentation