No install? Use cloud.anythingmcp.com directly.
Sign in, install the Substack 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 → Substack klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Substack + ChatGPT
Read Substack publication content, posts, comments, podcast episodes via public RSS/JSON feeds. 5 tools, no auth required.
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:
SUBSTACK_PUBLICATION_URL
Schritt 1 — Zugangsdaten holen
Setup: NO API KEY. Set SUBSTACK_PUBLICATION_URL = the publication's base URL (e.g. https://lennysnewsletter.substack.com). For tools that target a specific publication, the URL is taken from this env var.
Authentication: NONE. All reads use public endpoints (the same JSON Substack's own site fetches).
Content endpoints available:
/api/v1/posts?limit=N&offset=M— paginated posts list (each post: id, title, slug, post_date, audience, type)/api/v1/posts/by-id/{id}— single post detail/api/v1/comments/{post_id}— top comments on a post/api/v1/podcast/feed— podcast episodes (audio newsletters only)/feed— standard RSS feed
…(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 ChatGPT hinzufügen
ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.
- Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
- Klicke "Add custom connector".
- Trage ein:
- Name:
Substack - MCP server 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.
Verfügbare Tools
| Tool | What it does |
|---|---|
substack_list_posts | List recent posts from the publication |
substack_search_posts | Search posts in the publication |
substack_get_post_by_id | Fetch a single post by its numeric ID |
substack_get_comments | Get top comments on a post |
substack_get_rss_feed | Fetch the publication's standard RSS feed (Atom format) |
FAQ
Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.