
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
substack-notes-mcp
Advanced tools
MCP server for Substack Notes — create, schedule, manage, fetch notes, and read comments from any Substack author.
Create, schedule, manage, and fetch Substack notes from any AI assistant — Claude Desktop, Claude Code, or Cursor.
Built by Jenny Ouyang.
Go to quickviralnotes.com/settings and generate an MCP API token.
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:
https://qvn-mcp.vercel.app/mcpAuthorization: Bearer YOUR_TOKEN| Tool | Description |
|---|---|
get_notes_dashboard | View published and planned notes with category distributions |
get_published_notes | List your recently published notes |
get_planned_notes | View planned notes and open scheduling slots |
get_unscheduled_notes | Get notes ready to be scheduled |
create_note | Create a new note with HTML content and category |
schedule_note | Set or update the planned date for a note |
unschedule_note | Remove the planned date from a note |
mark_note_published | Mark a note as published with optional Substack URL |
fetch_substack_notes | Fetch published notes from any Substack author or publication (public, no cookies needed) |
fetch_note_comments | Fetch all comments and restacks for a specific note (public, no cookies needed) |
get_hook_templates | Browse 167 proven hook templates for crafting viral note openings |
add_hook_template | Add a new hook template to the library (admin-only) |
MIT
FAQs
MCP server for Substack Notes — create, schedule, manage, fetch notes, and read comments from any Substack author.
We found that substack-notes-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.