J

mcp-substack

Created Oct 19, 2025 by michalnaka

Language:

JavaScript

Stars:

3

Forks:

2

README

MCP Substack Server

A Model Context Protocol (MCP) server for downloading and parsing Substack posts. Works with Claude.ai desktop app.

Installation

  1. Install dependencies:

    npm install
  2. Configure Claude desktop app:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-substack": {
      "command": "/opt/homebrew/bin/node",
      "args": ["/path/to/mcp-substack/lib/index.mjs"],
      "methods": {
        "download_substack": {
          "description": "Download and parse content from a Substack post"
        }
      }
    }
  }
}
  1. Start the server:
    npm start

Usage

In Claude desktop app, use:

Could you download and summarize this Substack post: [URL]

Features

  • Downloads and parses Substack posts
  • Extracts title, author, subtitle, and content
  • Works with public Substack posts
  • Integrates with Claude.ai desktop app

Requirements

  • Node.js v18+
  • Claude desktop app

License

MIT

Last updated: Oct 19, 2025

Publisher info

michalnaka's avatar

michalnaka

@RideReport
United States
5
followers
8
following
4
repos

More MCP servers built with JavaScript

React

The library for web and native user interfaces.

By facebook 242.4K
Three.js

JavaScript 3D Library.

By mrdoob 110.5K
Axios

Promise based HTTP client for the browser and node.js

By axios 108.5K