Skip to main content
Glama

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

Related MCP server: Contentful MCP Server

使用法

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

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

特徴

  • Substackの投稿をダウンロードして解析する

  • タイトル、著者、サブタイトル、コンテンツを抽出します

  • 公開Substack投稿で動作します

  • Claude.aiデスクトップアプリと統合

要件

  • Node.js v18+

  • クロードデスクトップアプリ

ライセンス

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

Install Server
F
license - not found
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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