Skip to main content
Glama

MCP Substack Server

by michalnaka

MCP サブスタックサーバー

Substackの投稿をダウンロードして解析するためのModel Context Protocol(MCP)サーバー。Claude.aiデスクトップアプリで動作します。

インストール

  1. 依存関係をインストールします:
npm install
  1. Claude デスクトップ アプリを構成します。

~/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. サーバーを起動します。
npm start

使用法

Claude デスクトップ アプリでは、以下を使用します。

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

特徴

  • Substackの投稿をダウンロードして解析する
  • タイトル、著者、サブタイトル、コンテンツを抽出します
  • 公開Substack投稿で動作します
  • Claude.aiデスクトップアプリと統合

要件

  • Node.js v18+
  • クロードデスクトップアプリ

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude デスクトップ アプリから直接 Substack の投稿をダウンロードして解析し、ユーザーが Substack のコンテンツにアクセスして要約できるようにするモデル コンテキスト プロトコル サーバー。

  1. インストール
    1. 使用法
      1. 特徴
        1. 要件
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.
              Last updated -
              1
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables Claude Desktop users to interact directly with PostHog, allowing them to view projects and create annotations through natural language commands.
              Last updated -
              2
              10
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
              Last updated -
              2
              19
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables large language models to access the latest trending news headlines and detailed content across various categories including recommended, domestic, technology, and sports news.
              Last updated -
              Python
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/michalnaka/mcp-substack'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server