HomeCommunication › Substack MCP Server

Substack MCP Server

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

TypeScript Cloud
★ 35 stars Last pushed 2026-09-24 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.0)

npx -y @conorbronsdon/substack-mcp@1.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "substack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/substack-mcp@1.3.0"
      ],
      "env": {
        "SUBSTACK_PUBLICATION_URL": "<YOUR_VALUE>",
        "SUBSTACK_SESSION_TOKEN": "<YOUR_VALUE>",
        "SUBSTACK_USER_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • SUBSTACK_PUBLICATION_URL required — Your Substack publication URL (e.g., https://yourblog.substack.com)
  • SUBSTACK_SESSION_TOKEN required secret — connect.sid cookie value from your Substack session
  • SUBSTACK_USER_ID required — Your Substack user ID

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry