Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Ghost in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Drive Ghost (open-source publishing platform) from any AI agent: posts, pages, tags, members, newsletters. 12 tools, Admin API JWT auth.
Prova a chiedere
Prompt di esempio per Ghost
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Ghost, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Ghost
Drive Ghost (open-source publishing platform) from any AI agent: posts, pages, tags, members, newsletters. 12 tools, Admin API JWT auth.
Setup
org/docs/admin-api/).
Setup:
- Sign in to Ghost Admin → Settings → Advanced → Integrations → Add custom integration.
- Copy the Admin API Key — format is
<id>:<secret>(e.g.5f3a...c4:b9d8...e2). - Set:
GHOST_ADMIN_API_URL= your Ghost site's admin API base, e.g.https://yoursite.com/ghost/api/adminGHOST_ADMIN_API_KEY= the fullid:secretkey from step 2
…(continued in the in-app connector instructions)
Prerequisiti: GHOST_ADMIN_API_URL, GHOST_ADMIN_JWT
Installazione locale del connettore
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Apri http://localhost:3000/connectors/store, scegli Ghost e inserisci le variabili elencate nei Prerequisiti.
Tool disponibili
| Tool | What it does |
|---|---|
ghost_list_posts | List posts |
ghost_get_post | Fetch a post by ID (or by slug with /slug/{slug}/) |
ghost_create_post | Create a post |
ghost_update_post | Update a post |
ghost_delete_post | Delete a post permanently |
ghost_list_pages | List static pages (separate from posts) |
ghost_list_tags | List tags with member/post counts |
ghost_list_members | List members (subscribers, both free and paid) |
ghost_create_member | Create a member (subscribe email) |
ghost_update_member | Update a member |
ghost_list_newsletters | List newsletters on the site (Ghost supports multiple newsletters per site since v5) |
ghost_site | Return site info (title, description, version, url) |
Prossimi passi
Questa guida ti è stata utile?