Skip to main content
Glama

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, on or @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.sid cookie value (used as SUBSTACK_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

  1. Install dependencies:

    npm install
  2. Create your environment file:

    cp .env.example .env
  3. Set SUBSTACK_TOKEN in .env.

  4. Optionally set HOST and PORT in .env.

Run

Development mode:

npm run dev

Build and run:

npm run build
npm start

The 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 (default 10, max 50)

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Read-only MCP server for accessing Substack content including publications, posts, comments, author profiles, recommendations, and Notes feed using your own session token.
    723
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A local MCP server for managing saved Substack posts. Enables offline reading, searching, bookmarking, and unbookmarking of Substack content via CLI or MCP clients.
    17
    MIT

View all related MCP servers

Related MCP Connectors

  • Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).

  • An authenticated remote MCP server for user-owned devices and one-shot capability invocation.

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

View all MCP Connectors

Latest Blog Posts

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/rabwill/substack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server