No install? Use cloud.anythingmcp.com directly.
Sign in, install the Ghost in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Ghost klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Ghost + Claude
Drive Ghost (open-source publishing platform) from any AI agent: posts, pages, tags, members, newsletters. 12 tools, Admin API JWT auth.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
GHOST_ADMIN_API_URL, GHOST_ADMIN_JWT
Schritt 1 — Zugangsdaten holen
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)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in Claude hinzufügen
Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
Ghost - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| 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) |
FAQ
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.