How to Use the Ghost MCP in Claude Code
Pipe your Ghost CMS data directly into your shell scripts and CI/CD pipelines with this terminal-native MCP server for Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ghost MCP to Claude Code
Create your Vinkius account to connect Ghost to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run Content Checks in Your Pipeline
Add a step to your CI/CD pipeline to query your Ghost instance. For example, run a script that uses `list_published_posts` and `get_post_by_slug` to check every post for a required disclaimer. If a post is missing it, you can fail the build. It's a simple, powerful way to enforce content rules automatically. This MCP server connects your deployment scripts directly to your live content, closing the loop between code and content.
Generate Sitemaps from the Terminal
Run a cron job that calls the Ghost tools via Claude Code. You can use `list_published_posts` and `list_static_pages` to get all public URLs, then pipe that output to a script that generates a fresh `sitemap.xml`. No more stale sitemaps. You can apply the same pattern for any kind of data export. Use the tools to create custom RSS feeds, generate JSON files for another service, or back up key metadata. It's all scriptable.
Monitor Your Blog with Shell Scripts
Write a simple shell script to watch your site's health. Start with `verify_api_connection` to see if the API is up. Then, check when the last post was published with `list_published_posts`. You could even check your monetization setup by parsing the output of `list_subscription_tiers`. Pipe the results to a monitoring service or just get a daily status report in your terminal. Because it's all command-line, it integrates with any tool that can read from standard output.
Set up Ghost MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeghost-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Ghost transactions." It will automatically discover and invoke the available Ghost tools.
claude mcp add --transport http ghost-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Ghost MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Ghost MCP today
We host it, we monitor it, we maintain it. You just paste one token.