MCP Substack Server
by michalnaka
MCP サブスタックサーバー
Substackの投稿をダウンロードして解析するためのModel Context Protocol(MCP)サーバー。Claude.aiデスクトップアプリで動作します。
インストール
依存関係をインストールします:
npm installClaude デスクトップ アプリを構成します。
~/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"
}
}
}
}
}サーバーを起動します。
npm startRelated MCP server: Contentful MCP Server
使用法
Claude デスクトップ アプリでは、以下を使用します。
Could you download and summarize this Substack post: [URL]特徴
Substackの投稿をダウンロードして解析する
タイトル、著者、サブタイトル、コンテンツを抽出します
公開Substack投稿で動作します
Claude.aiデスクトップアプリと統合
要件
Node.js v18+
クロードデスクトップアプリ
ライセンス
マサチューセッツ工科大学
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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