Substack MCP Server (conorbronsdon)

Create and manage your Substack newsletter from your AI assistant or terminal. Prepare rich drafts, search your archive, publish Notes, inspect analytics, and manage explicitly consented free subscribers across publications. Review and publish long-form posts in Substack. Its 26 documented tools cover draft, posts, subscriber, publication. It runs locally over stdio via the published package.

People who work with draft, posts and subscriber and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 34 · #19 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Substack MCP Server (conorbronsdon)

before you install - you'll need

Set SUBSTACK_PUBLICATION_URL, SUBSTACK_SESSION_TOKEN, SUBSTACK_USER_ID, SUBSTACK_PUB_KEVIN_MULDOON_SESSION_TOKEN, SUBSTACK_PUB_KEVIN_MULDOON_USER_ID, SUBSTACK_PUB_SAPERE_PUBLICATION_URL, SUBSTACK_PUB_SAPERE_SESSION_TOKEN, SUBSTACK_PUB_SAPERE_USER_ID, SUBSTACK_REQUEST_TIMEOUT_MS before connecting. SUBSTACK_USER_AGENT is optional or environment-specific per the README.

Claude Code

claude mcp add conorbronsdon-substack-mcp -- npx -y @conorbronsdon/substack-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "conorbronsdon-substack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/substack-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @conorbronsdon/substack-mcp - published under the repo owner's npm scope (@conorbronsdon)

registry namespace io.github.conorbronsdon is GitHub-verified and matches the repo owner

03 · What Substack MCP Server (conorbronsdon) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get your publication's current subscriber count, read a bounded page of private subscriber records, list published posts with pagination, and read projected publication identity/settings, verify the configured host, and report missing fields.

Capability map

Tools grouped from the project's README - what Substack MCP Server (conorbronsdon) lets an agent do.

read & search

10 tools - e.g. Read a bounded page of private subscriber records; List published posts with pagination; Resolve post tag associations; preserves unresolved IDs and reports empty-result identity uncertainty. Draft…

list_subscribers · list_published_posts · get_post_tags · search_posts · list_drafts · get_post…

Draft

6 tools - e.g. Review proposed changes, preflight and a receipt for best-effort stale detection; no writes; Editable Markdown, exact original body, conversion diagnostics, preflight and editor link; Read-only checks for…

plan_draft_update · export_draft · preflight_draft · get_draft · create_draft · update_draft

Subscriber

2 tools - e.g. Get your publication's current subscriber count; Look up membership by exact email; reconcile pending additions

get_subscriber_count · get_subscriber

Publication

2 tools - e.g. Read projected publication identity/settings, verify the configured host, and report missing fields; does not verify account identity or role; Read tag definitions, including hidden tags by default, with…

get_publication · list_publication_tags

Note

2 tools - e.g. Publish a Substack Note (short-form, publishes immediately); Publish a Note with a link card attachment (publishes immediately)

create_note · create_note_with_link

Rank

1 tool - e.g. Rank posts by views, opens, sends, rates, signups, subscribes, estimated value or date, keeping null and missing values distinct

rank_posts

create & write

1 tool - e.g. Upload an image to Substack's CDN from a file, data URI or public HTTPS URL - returns a publicly-fetchable (unlisted) URL

upload_image

delete

1 tool - e.g. Too destructive for an AI tool

Delete

Limitations (from the README)

- This server uses Substack's unofficial API. It may break if Substack changes their endpoints. - Session tokens are sent as cookies. Keep your SUBSTACK_SESSION_TOKEN secure. - The server checks your credentials on startup, after the MCP handshake completes, and only warns - it never blocks startup on a network call. Tools still error individually if the token is expired, which is where the failure is actionable. - S

Latest releases

v1.2.0 · 2026-09-14

Map GFM footnotes to the editor's native footnotes (#104) · Accept image_url in upload_image with connection-time SSRF checks (#55) · Add rank_posts for bounded post rankings from email statistics (#101) · Treat the…

v1.1.1 · 2026-09-14

record browser directory checks and 1.1.0 artifacts · let container attestation read the isolated registry login · 1.1.1

v1.1.0 · 2026-09-14

> Container attestation note: the npm package, MCP Registry entry and GHCR image ghcr.io/conorbronsdon/substack-mcp:1.1.0 (digest sha256:12cf0d9d6f07870015ce8fc4980479c48a1fa3ef42ea8a908069a1576b988f5c) published and…

04 · Who maintains Substack MCP Server (conorbronsdon)

Substack MCP Server is maintained by conorbronsdon. We track 8 MCP servers from conorbronsdon - 8 actively maintained, 48 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from conorbronsdon.

  1. Google Workspace MCP Server Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks. ★ 10

05 · Facts

category
data & analytics - ranked #19 of 81 actively-maintained data & analytics servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.conorbronsdon/substack-mcp (active, first published 2026-06-12 · 11 versions)
packages
npm:@conorbronsdon/substack-mcp

06 · Substack MCP Server (conorbronsdon) FAQ

Is Substack MCP Server (conorbronsdon) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Substack MCP Server (conorbronsdon) do?

With this server connected, an agent can get your publication's current subscriber count, read a bounded page of private subscriber records, list published posts with pagination, and read projected publication identity/settings, verify the configured host, and report missing fields.

How do I install Substack MCP Server (conorbronsdon)?

Run `npx -y @conorbronsdon/substack-mcp`. The README documents 10 environment variables (SUBSTACK_PUBLICATION_URL, SUBSTACK_SESSION_TOKEN, SUBSTACK_USER_ID…) to set first. Set SUBSTACK_PUBLICATION_URL, SUBSTACK_SESSION_TOKEN, SUBSTACK_USER_ID, SUBSTACK_PUB_KEVIN_MULDOON_SESSION_TOKEN, SUBSTACK_PUB_KEVIN_MULDOON_USER_ID, SUBSTACK_PUB_SAPERE_PUBLICATION_URL, SUBSTACK_PUB_SAPERE_SESSION_TOKEN, SUBSTACK_PUB_SAPERE_USER_ID, SUBSTACK_REQUEST_TIMEOUT_MS before connecting. SUBSTACK_USER_AGENT is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Substack MCP Server (conorbronsdon) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Substack MCP Server (conorbronsdon)

More data & analytics MCP servers · Creator DB · Pixoo MCP Server · Usaspending MCP Server · Convalytics · Hop

More TypeScript MCP servers · Contentrain · Orcareplay · Orca Router · basebalance.cloud - x402 RPC & MCP gateway · Calc MCP · see all