How to Use the Ghost MCP in Cursor
Write codebase-integrated Ghost themes and manage your publication content directly inside Cursor's Agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ghost MCP to Cursor
Create your Vinkius account to connect Ghost to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate live Ghost theme code inside Cursor
Building custom Ghost templates in Cursor relies on the `list_posts` tool to pull real publication data into your editor. When you write custom templates in Cursor, your agent uses `list_posts` and `get_post_details` to inject live Ghost content directly into your active editor. This live integration means you no longer write Ghost theme code using mock JSON files inside Cursor. Your Cursor agent pulls actual Ghost post metadata to test your custom layouts in real time.
Draft and edit Ghost posts within Cursor
Writing markdown articles directly inside Cursor for your Ghost site is managed by the `create_post` tool. Your Cursor agent calls `create_post` to instantly push your local workspace files as Ghost drafts. You can also manage static Ghost pages directly from the Cursor sidebar by calling `list_pages`. This keeps your Ghost site structure completely aligned with your local Cursor project files.
Manage Ghost membership offers in Cursor using this MCP Server
This MCP Server uses the `list_offers` tool to let your Cursor agent pull active promotion codes directly into your workspace. By calling `list_offers`, your Cursor agent retrieves current Ghost discount campaigns so you can build matching landing pages. You can also reference your Ghost subscriber segments by running `list_members` and `list_membership_tiers` in Cursor. This allows you to write custom paywall logic inside Cursor that perfectly matches your active Ghost pricing structure.
Set up Ghost MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Ghost MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Ghost transactions." If the MCP tools are loaded correctly, Cursor will call the Ghost tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ghost-alternative-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Ghost. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.