substack-article-mcp
Provides tools for reading Substack articles, comments, feed, and subscriptions. Public content works without authentication; authentication unlocks paid articles, subscriptions, and personalized features.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@substack-article-mcplist recent articles from platformer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
substack-article-mcp
MCP server for Substack — read articles, comments, feed, and subscriptions from Cursor, Claude Desktop, Claude Code, or any MCP client. Public content works without authentication; log in for premium/paywalled articles and personalized features.
Quick Start
Choose your AI client:
Cursor
One command — logs in and configures Cursor automatically:
npx -y substack-article-mcp install --cursorRestart Cursor after installation.
Claude Code
One command — logs in and adds the MCP globally:
npx -y substack-article-mcp install --claude-codeClaude Desktop
Download the .mcpb extension from the Releases page and double-click to install.
Optional: After installing, go to Extensions > Substack Articles > Settings and paste your Substack cookie to unlock paid articles, subscriptions, and your feed. Leave it empty for public-only access.
Use it
Ask from chat — the app starts the server automatically:
"List recent articles from platformer" (public, no auth needed)
"Get the full content of article 184929446" (works with numeric IDs)
"Show me the comments on this article"
"Search platformer articles for 'antitrust'"
"What newsletters do I subscribe to?" (requires auth)
"Show me my reader feed" (requires auth)
Related MCP server: Substack MCP
Authentication
Authentication is optional. Public tools (list_articles, get_article, search_articles, get_comments) work without any credentials as long as you specify a subdomain.
Log in to unlock:
Full paid/premium article content
list_subscriptions— see all newsletters you followget_feed— your personalized reader feedget_inbox— chronological inbox from all subscriptionsAuto-detected default subdomain (so you don't need to specify one)
How auth works
The server checks for credentials in this priority order:
SUBSTACK_COOKIEenvironment variable — used by Claude Desktop's.mcpbextension (set automatically from the optional cookie field in settings)~/.substack-article-mcp/auth.json— saved by theloginorinstallcommandNo auth — public content only
Refreshing credentials
Substack cookies expire every few weeks. When tools start returning auth errors:
Cursor / Claude Code: Run
npx -y substack-article-mcp loginin your terminalClaude Desktop: Go to Extensions > Substack Articles > Settings and paste a fresh cookie
Getting your cookie manually
Open substack.com in Chrome and log in
DevTools (F12) → Application → Cookies → substack.com
Copy the value of
substack.sid(andsubstack.llifor paid articles)Use as:
substack.sid=YOUR_VALUE; substack.lli=YOUR_LLI_VALUE
CLI Commands
Command | Description |
| Log in + add MCP to Cursor |
| Log in + add MCP to Claude Code |
| Refresh credentials (Chrome login flow) |
| Paste cookies directly |
| Check auth status and cookie age |
| Show help |
| Show version |
Do not run
npx -y substack-article-mcpwith no arguments in your terminal. That starts the MCP stdio server and your terminal will appear stuck. Your AI client starts it automatically.
MCP Tools
Tool | Auth Required | Description |
| No | Check auth status, cookie age, and get refresh guidance |
| No* | List published articles with metadata and engagement stats |
| No* | Full article as markdown. Accepts slug or numeric post ID |
| No* | Search articles by keyword |
| No* | Full comment tree with replies and reactions |
| Yes | All newsletters you subscribe to (paid, comped, free) |
| Yes | Personalized reader feed from subscribed newsletters |
| Yes | Chronological inbox with pagination |
* Requires a subdomain parameter if not authenticated. Auth is needed for paid/premium content.
All content tools accept an optional subdomain parameter to read any newsletter (e.g., subdomain: "platformer").
get_article and get_comments also accept numeric post IDs (e.g., 184929446). When using an ID, the publication is auto-detected.
Privacy & Security
The server runs entirely on your local machine as a subprocess of your AI client
No cloud hosting, no intermediary servers
Your credentials never leave your computer
The
logincommand uses a dedicated Chrome profile in~/.substack-article-mcp/chrome-profile/— completely separate from your regular Chrome
Requirements
Node.js 18+
Google Chrome (for the
login/installcommands only — not needed for Claude Desktop)
Disclaimer
Uses Substack's internal APIs. Use for personal/experimental purposes. Not affiliated with Substack.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jenny-ouyang/substack-article-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server