Connector guide1-minute read5 MCP toolsEnglish · Deutsch · Italiano

Substack を ChatGPT に接続する方法 — MCP 経由

Read Substack publication content, posts, comments, podcast episodes via public RSS/JSON feeds. 5 tools, no auth required.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Substack

Read Substack publication content, posts, comments, podcast episodes via public RSS/JSON feeds. 5 tools, no auth required.

Tools

5

Region

INTL

Category

publishing

Authentication

Required env vars

SUBSTACK_PUBLICATION_URL
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Substack をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Substack + ChatGPT

Read Substack publication content, posts, comments, podcast episodes via public RSS/JSON feeds. 5 tools, no auth required.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

SUBSTACK_PUBLICATION_URL

ステップ 1 — 認証情報を取得

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)

ステップ 2 — アダプターをインストール

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

ステップ 3 — ChatGPT にコネクタを追加

ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。

  1. ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: Substack
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け
  4. Connect をクリック。

利用可能なツール

ToolWhat it does
substack_list_postsList recent posts from the publication
substack_search_postsSearch posts in the publication
substack_get_post_by_idFetch a single post by its numeric ID
substack_get_commentsGet top comments on a post
substack_get_rss_feedFetch the publication's standard RSS feed (Atom format)

FAQ

ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。

次のステップ

Ready to ship

Your Substack agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.