mcpbeat Sign in

Substack MCP Server

local only

Substack MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 591 installs a week from npm. Last commit 15 Sep 2026.

Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.

Installs per day peak 471 · avg 34 · +1019% w/w
a month agotoday
591
Installs / week
npm · @conorbronsdon/substack-mcp
34
Stars
11 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Substack MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add substack-mcp -- npx -y @conorbronsdon/substack-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "substack-mcp": {
      "args": [
        "-y",
        "@conorbronsdon/substack-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.substack-mcp]
command = "npx"
args = ["-y", "@conorbronsdon/substack-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "substack-mcp": {
      "args": [
        "-y",
        "@conorbronsdon/substack-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "substack-mcp": {
      "args": [
        "-y",
        "@conorbronsdon/substack-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUBSTACK_PUBLICATION_URL (Your Substack publication URL (e.g., https://yourblog.substack.com)), SUBSTACK_SESSION_TOKEN (connect.sid cookie value from your Substack session), SUBSTACK_USER_ID (Your Substack user ID). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Substack MCP Server

same job, measured the same way
FastMCP server for Substack — publish Notes and posts, pull analytics, manage dr
by adelaidasofia

FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…

local only
Substack MCP Server
by marcomoauro

Manage Substack publishing, subscribers, analytics, reader feeds, comments, and images through MCP.

149 installs/wk local only
Looply
by xie38388

Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.

18 installs/wk local only
MCP Mailtrap
by pijusz

MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox

30 installs/wk local only
Opn MCP
by ysalitrynskyi

MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.

40 installs/wk local only
Apple Podcasts MCP Server
by conorbronsdon

Apple Podcasts Connect owner analytics over Reporter: plays, followers, episodes. Read-only.

26 installs/wk local only
Avito MCP
by elchin92

MCP server for Avito: chats, listings, orders and analytics, with previews and confirmations.

155 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only

Substack MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Substack MCP Server?
Substack MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @conorbronsdon/substack-mcp was installed 591 times last week.
How do I connect Substack MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @conorbronsdon/substack-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Substack MCP Server?
The npm package @conorbronsdon/substack-mcp was installed 591 times in the last week. Week over week that is +1019%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Substack MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 34 stars on GitHub and 11 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.