MCP ExplorerExplorer

Mcp Substack

@michalnakaon a year ago
4 MIT
FreeCommunity
AI Systems
#anthropic#claude#claude-ai#mcp#substack
🤖 MCP Server for Substack integration with Claude AI Desktop. Download and parse Substack posts directly in your Claude conversations.

Overview

What is Mcp Substack

mcp-substack is an MCP Server designed for downloading and parsing Substack posts, enabling integration with the Claude AI Desktop application.

Use cases

Use cases include summarizing articles for quick insights, extracting information for research purposes, and enhancing productivity in content-driven workflows.

How to use

To use mcp-substack, install the required dependencies, configure the Claude desktop app with the necessary settings, and start the server. You can then request the server to download and summarize Substack posts directly in the Claude app.

Key features

Key features include the ability to download and parse Substack posts, extract essential information such as title, author, subtitle, and content, and seamless integration with the Claude.ai desktop app.

Where to use

mcp-substack is primarily used in content creation, research, and any context where users want to access and summarize Substack articles efficiently.

Content

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
  1. 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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers