mcp-substack

MCP Substack Serverは、Substackの投稿をダウンロードし、解析するためのサーバーです。Claude.aiデスクトップアプリと連携し、ユーザーが指定したURLからコンテンツを取得し、要約を提供します。Node.jsを使用しており、簡単にインストールと設定が可能です。

GitHubスター

4

ユーザー評価

未評価

フォーク

6

イシュー

3

閲覧数

2

お気に入り

0

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

作者情報
Michal Naka
United States

5

フォロワー

4

リポジトリ

0

Gist

5

貢献数

トップ貢献者

スレッド