substack-mcp
Provides tools to read a Substack user's notes and recent activity when given a public profile name.
Click on "Deploy 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-mcpget notes for @on"
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-mcp
Remote MCP server that provides tools to read a Substack user's notes and recent activity when given a public profile name.
Features
get_user_notes: Fetch recent notes for a profile slug (for example,onor@on)get_user_activity: Fetch recent posts and notes, merged and sorted by date
Related MCP server: substack-mcp
Requirements
Node.js 18+
A valid
substack.sidcookie value (used asSUBSTACK_TOKEN)A reachable HTTP host/port for the MCP endpoint
Disclaimer
This project accesses Substack data using authentication cookies and is intended only for accounts and content you are authorized to access. Make sure your use complies with Substack's terms, applicable privacy rules, and any consent requirements for the data you retrieve.
The server may use AI-assisted processing when returning or summarizing results. AI-generated output can be incomplete, inaccurate, or stale, so verify important information before relying on it.
Setup
Install dependencies:
npm installCreate your environment file:
cp .env.example .envSet
SUBSTACK_TOKENin.env.Optionally set
HOSTandPORTin.env.
Run
Development mode:
npm run devBuild and run:
npm run build
npm startThe server listens on http://0.0.0.0:3000/mcp by default and exposes a health check at /healthz.
MCP Configuration Example
Add this remote MCP endpoint to your client config:
{
"mcpServers": {
"substack": {
"url": "http://your-host:3000/mcp"
}
}
}Tool Inputs
profile(string): Public profile slug, with or without@limit(number, optional): Maximum items to return (default10, max500)startDateandendDate(optional): Inclusive/exclusive UTC date range inYYYY-MM-DDformat. Supply both fields; to retrieve only 5 September 2026, usestartDate: "2026-09-05"andendDate: "2026-09-06".
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
- mcpOAuthco.aistoryhub
Remote MCP server for AIStoryHub: stories, chapters, story bible, Voiceprints, AI generation.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for Substack's official Publisher API that enables querying post analytics, subscriber counts, and publication data through natural language from MCP clients.66MIT
- AlicenseNot gradedqualityAmaintenanceRead-only MCP server for accessing Substack content including publications, posts, comments, author profiles, recommendations, and Notes feed using your own session token.239 npm4MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Substack that enables reading articles, comments, feed, and subscriptions from AI clients like Cursor and Claude, with optional authentication for paid content.35 npm3MIT
- FlicenseNot gradedqualityDmaintenanceA remote MCP server that provides tools to query live Meta (Facebook+Instagram) and TikTok organic social data, such as follower counts, insights, recent posts, and aggregated overviews.-