ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Ghost with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your Ghost publication. browse public content, manage posts, and automate your newsletter workflow directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 16 capabilities

The complete Ghost capability set.

These are the exact actions your AI can choose when you ask it to work with Ghost.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 16 available through Ghost.

  1. 01

    Admin create post

    Create a new post via Ghost Admin API

  2. 02

    Admin list newsletters

    Browse newsletters via Ghost Admin API

  3. 03

    Admin list offers

    Browse subscription offers via Ghost Admin API

  4. 04

    Admin list pages

    Browse pages via Ghost Admin API

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 16 available through Ghost.

  1. 05

    Admin list posts

    Browse posts via Ghost Admin API

  2. 06

    Admin list webhooks

    Browse system webhooks via Ghost Admin API

  3. 07

    Content get settings

    Fetch site settings via Ghost Content API

  4. 08

    Content list pages

    Supports NQL filtering and pagination. Browse or read public pages via Ghost Content API

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 16 available through Ghost.

  1. 09

    Admin create member

    Create a new member via Ghost Admin API

  2. 10

    Admin list members

    Browse members via Ghost Admin API

  3. 11

    Admin update post

    Update an existing post via Ghost Admin API

  4. 12

    Content list authors

    Supports NQL filtering and pagination. Browse or read public authors via Ghost Content API

Capability set04 / 04

13-16

4 capabilities in this set.

Part of 16 available through Ghost.

  1. 13

    Content list posts

    Supports NQL filtering, pagination, and inclusion of related data. Browse or read public posts via Ghost Content API

  2. 14

    Content list tags

    Supports NQL filtering and pagination. Browse or read public tags via Ghost Content API

  3. 15

    Content list tiers

    Browse membership tiers via Ghost Content API

  4. 16

    Admin delete post

    Delete a post via Ghost Admin API

Observed, not estimated

947ms average. Fast in production.

Ghost is checked daily against the live service.

Daily averagePeak 1165ms
Aug 24Today
Fastest day
848ms
Slowest day
1165ms
14-day trend
Improving-17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 16 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Ghost, so you can see the experience inside your AI.

It does not authenticate your account with Ghost. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Ghost Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_rADSBS5BnCQNPKyog8Z69HDAAYsiRvOOSDSxMeQE/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Ghost capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "ghost-publishing-newsletter-platform-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_rADSBS5BnCQNPKyog8Z69HDAAYsiRvOOSDSxMeQE/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Ghost owners ask.

  • 01

    Can I create and publish a new post directly using this integration?

    Yes! You can use the admin_create_post capability. You can specify the title, HTML content, and status (e.g., 'draft' or 'published') to manage your content lifecycle.

  • 02

    How do I filter posts by a specific tag or author?

    You can use the filter parameter in capabilities like content_list_posts. Ghost uses NQL (Netvibe Query Language), so you can pass strings like tag:news or author:john to narrow down your results.

  • 03

    Does this server support viewing private site settings?

    The content_get_settings capability retrieves public site settings like the title, description, and logo. For more sensitive administrative data, the Admin API capabilities provide access based on your provided Admin Token.