Substack Notes Automation · Claude · Claude Cowork · Substack MCP (unofficial)
Schedule Substack Notes, write them in 13 proven formats, create full post drafts from markdown, and check analytics, all inside your Claude or Claude Cowork conversation. No Substack tab. No copy-pasting.
Your session cookie never leaves your machine.
Unofficial, independent tool. Not affiliated with, endorsed by, or approved by Substack, Inc. "Substack" is a trademark of Substack, Inc., used here only to describe compatibility.
Tell Claude the topic, cadence, and tone. It drafts viral Substack Notes and schedules them automatically, so you never open Substack. The fastest way to schedule Substack Notes at scale.
Pull subscriber counts, open rates, and views without leaving Claude. Use your analytics to write better Substack Notes, with Claude Cowork or Claude Code as your Substack Notes automation layer.
Changed your angle on a Note you queued three days ago? Claude fetches it, rewrites on your instructions, and updates the schedule. The full Substack Notes automation loop without opening Substack.
Have your Claude Cowork agent research and write the whole newsletter in markdown, then create it as a Substack draft: title, subtitle, section, and images uploaded to Substack's CDN. The agent never publishes. You review the draft and publish it yourself.
This is the loop nothing else closes. viral_notes_creator hands Claude 13 named Note formats (Contrarian Take, Permission Slip, Screenshot-Worthy Truth Bomb, and more), each with the rules behind why it performs, built from an analysis of thousands of high-performing Notes. Claude writes in the format, then schedules the batch. Two more tools come along: substack_toc and substack_live_recap.
Start free. PluggedIn adds the advanced tools. SubflowAI unlocks everything, the Free and Paid tools plus exclusive power tools nothing else has, with the easiest setup.
Works with Claude Desktop, Claude Code, Claude Cowork, and ChatGPT.
| FreeAny GenAI Unplugged subscriber | Paid · PluggedInAdvanced tools | ⚡ SubflowAI power toolsBEST VALUEEverything included · no cookie |
|---|---|---|
| Write, schedule, edit, publish & delete Notes | Draft & update full articles | Connect with no cookie paste, so your login never leaves Chrome |
| Bulk-schedule up to 7 Notes | Bulk-schedule up to 30 Notes | Calendar planning: capacity, free slots, auto-distribute |
| Read Notes, posts, drafts & subscriber counts | All-post analytics at a glance | Repurpose any article into Notes, in your voice |
| Viral Note formats · TOC · Live recap | Subscriber growth, sources & list export | Refine any Note until it lands |
| Guided end-to-end workflows | Per-post stats + high-CTR title variants | See your live posting queue |
| Engagement inbox: reply & like | Silent live-edit publish (no email) | ⭐ Plus every Free & Paid tool. The whole toolkit. |
| Buy SubflowAI and you get the entire Free and Paid toolkit, plus exclusive power tools nothing else has. | ||
Free to start. SubflowAI gives you the complete toolkit and the easiest 5-minute setup.
New to the tiers? PluggedIn is our paid GenAI Unplugged Substack subscription that unlocks the Paid tools. Get PluggedIn →
A sample of the toolkit:
note_create
note_publish
note_edit
note_delete
note_get
notes_list
note_bulk_schedule
dashboard_stats
subscriber_stats
post_list
section_list
draft_get
substack_workflow
viral_notes_creator
substack_toc
substack_live_recap
subscriber_growth
post_stats
draft_create
draft_update
viral_title_variants
engagement_inbox
article_analytics
subscriber_export
check_week_capacity
repurpose_article
refine_note
⚠️ Disclaimer: Use at Your Own Risk
This is an unofficial, independent tool. It is not affiliated with, endorsed by, or approved by Substack, Inc. Substack has no official public API. This MCP uses Substack's internal endpoints via your own session cookie. Use of this tool may violate Substack's Terms of Service. "Substack" is a trademark of Substack, Inc., used here only to describe compatibility.
By using the Substack MCP, you accept all risk. GenAI Unplugged is not responsible for any account suspension, data loss, or consequences arising from use of this tool. Per-user rate limits are enforced to reduce risk (note writes: 50/hr, 200/day; draft writes: 10/hr, 30/day; reads: 200/hr, 1000/day; bulk: 3/hr, 10/day), but they do not guarantee account safety.
Read Substack's Terms of Service carefully before proceeding: substack.com/tos
SubflowAI is our Chrome extension. Pair it once and your Substack runs from Claude or ChatGPT with no cookie to paste. It unlocks tools nothing else has, and includes the entire Paid tier.
Pair a short code. Commands run inside your own browser and your Substack login never leaves Chrome.
See your real posting slots, auto-fill your week, and repurpose any article into Notes in your voice.
Every PluggedIn tool comes with your SubflowAI license. More power, one purchase.
Works with Claude Desktop, Claude Cowork, and Claude Code. You'll need two things: your session cookie and your publication subdomain.
Both go into your config once. Set them and forget them.
Session cookie (from Chrome DevTools)
substack.sid, copy its Value (starts with s%3A)PASTE_YOUR_SID_HERE belowYour publication subdomain
Look at your Substack URL: https://yourname.substack.com. The part before .substack.com is your subdomain. You'll paste it as PASTE_YOUR_SUBDOMAIN_HERE below.
Pick your client. The config and restart process is different for each.
{
"mcpServers": {
"substack": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://substackmcp.genaiunplugged.com",
"--header",
"X-BYOK-Substack-Cookie:PASTE_YOUR_SID_HERE",
"--header",
"X-BYOK-Substack-Subdomain:PASTE_YOUR_SUBDOMAIN_HERE"
]
}
}
}
File (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
File (Windows): %APPDATA%\Claude\claude_desktop_config.json
· Requires Node.js / npx
Replace PASTE_YOUR_SID_HERE with your session cookie and PASTE_YOUR_SUBDOMAIN_HERE with your publication subdomain (e.g. genaiunplugged). Both values from Step 1.
Claude Desktop: Save the config, then fully restart the app. As soon as it loads, a browser window opens automatically for authentication.
Claude Cowork: The connector appears automatically after adding the config to Claude Desktop. Open Cowork → find the Substack MCP connector → click Connect. A browser opens.
In both cases: enter the email you use to subscribe to GenAI Unplugged on Substack. We send a magic link. Click it. Done.
Not a GenAI Unplugged subscriber yet?
Subscribe free in 30 secondsA half-finished login from an earlier attempt can wedge the flow. Clearing the auth cache is the key fix. Pick your OS.
~/Library/Application Support/Claude/claude_desktop_config.json, delete the "substack" entry under mcpServers (keep the rest valid), save.rm -rf ~/.mcp-auth
Still failing? Check logs at ~/Library/Logs/Claude/.