New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

substack-notes-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

substack-notes-mcp

MCP server for Substack Notes — create, schedule, manage, fetch notes, and read comments from any Substack author.

latest
Source
npmnpm
Version
1.4.1
Version published
Maintainers
1
Created
Source

Substack Notes MCP

Create, schedule, manage, and fetch Substack notes from any AI assistant — Claude Desktop, Claude Code, or Cursor.

Built by Jenny Ouyang.

Setup

1. Get your API token

Go to quickviralnotes.com/settings and generate an MCP API token.

2. Connect your AI assistant

Claude Desktop — add to your claude_desktop_config.json:

{
  "mcpServers": {
    "substack-notes": {
      "command": "npx",
      "args": ["-y", "substack-notes-mcp", "--token", "YOUR_TOKEN"]
    }
  }
}

Claude Code — run:

claude mcp add -s user substack-notes -- npx -y substack-notes-mcp --token YOUR_TOKEN

The -s user flag installs it globally so it's available in all your projects.

Cursor — add to your MCP settings:

{
  "mcpServers": {
    "substack-notes": {
      "command": "npx",
      "args": ["-y", "substack-notes-mcp", "--token", "YOUR_TOKEN"]
    }
  }
}

Or connect directly via Streamable HTTP:

  • URL: https://qvn-mcp.vercel.app/mcp
  • Header: Authorization: Bearer YOUR_TOKEN

Available Tools

ToolDescription
get_notes_dashboardView published and planned notes with category distributions
get_published_notesList your recently published notes
get_planned_notesView planned notes and open scheduling slots
get_unscheduled_notesGet notes ready to be scheduled
create_noteCreate a new note with HTML content and category
schedule_noteSet or update the planned date for a note
unschedule_noteRemove the planned date from a note
mark_note_publishedMark a note as published with optional Substack URL
fetch_substack_notesFetch published notes from any Substack author or publication (public, no cookies needed)
fetch_note_commentsFetch all comments and restacks for a specific note (public, no cookies needed)
get_hook_templatesBrowse 167 proven hook templates for crafting viral note openings
add_hook_templateAdd a new hook template to the library (admin-only)

Requirements

  • Node.js 18+
  • A Quick Viral Notes account (free accounts can use read-only tools; creating and scheduling notes requires a subscription)

License

MIT

Keywords

mcp

FAQs

Package last updated on 28 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts