How to Use the Ghost (Publishing & Newsletter Platform API) MCP in Claude Code
Run your Ghost publication from the command line. This MCP server lets Claude Code automate posts, members, and content for your CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ghost (Publishing & Newsletter Platform API) MCP to Claude Code
Create your Vinkius account to connect Ghost (Publishing & Newsletter Platform API) 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.
Script Your Ghost Admin Tasks
Connect Claude Code to your Ghost Admin API and stop using the web UI for repetitive tasks. You can create a new post draft from a local markdown file by piping it into `admin_create_post`. It's perfect for programmatic content generation. This isn't just for creating content. You can build scripts to delete old posts with `admin_delete_post` or update them with `admin_update_post`. Combine these with cron to automate your content lifecycle without ever opening a browser.
Manage Members and Newsletters via CLI
Use Claude Code to manage your Ghost audience from the terminal. Pipe a list of emails to `admin_create_member` to bulk-import new users. Or, run `admin_list_members | jq '.' > members.json` to get a full backup of your member list. This MCP server also gives you the building blocks for any audience automation you can think of. Set up a cron job to run `admin_list_newsletters` and get a notification when a new one is published.
Pull Public Content for Headless Setups
Use the `content_*` tools to fetch public data from your Ghost site. This is ideal for static site generators or other headless projects. A simple command like `claude mcp exec ghost content_list_posts --filter 'tag:getting-started'` pulls exactly what you need. All public content tools, including `content_list_pages` and `content_list_tags`, support NQL filtering. You can build complex queries to populate data for other services or run analysis on your published content. The output is clean JSON, ready to be piped to `jq` or another process.
Set up Ghost (Publishing & Newsletter Platform API) 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-publishing-newsletter-platform-api-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Ghost (Publishing & Newsletter Platform API) transactions." It will automatically discover and invoke the available Ghost (Publishing & Newsletter Platform API) tools.
claude mcp add --transport http ghost-publishing-newsletter-platform-api-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 (Publishing & Newsletter Platform API) 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 (Publishing & Newsletter Platform API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.