MCP サブスタックサーバー
Substackの投稿をダウンロードして解析するためのModel Context Protocol(MCP)サーバー。Claude.aiデスクトップアプリで動作します。
インストール
依存関係をインストールします:
npm install
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"
}
}
}
}
}
サーバーを起動します。
npm start
使用法
Claude デスクトップ アプリでは、以下を使用します。
Could you download and summarize this Substack post: [URL]
特徴
Substackの投稿をダウンロードして解析する
タイトル、著者、サブタイトル、コンテンツを抽出します
公開Substack投稿で動作します
Claude.aiデスクトップアプリと統合
要件
Node.js v18+
クロードデスクトップアプリ
ライセンス
マサチューセッツ工科大学
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude デスクトップ アプリから直接 Substack の投稿をダウンロードして解析し、ユーザーが Substack のコンテンツにアクセスして要約できるようにするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityModel Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.Last updated -1106MIT License
- -security-license-qualityA Model Context Protocol server that enables Claude to interact directly with Contentful CMS, allowing the AI to fetch content types and entries from a Contentful space.Last updated -2MIT License
- Asecurity-licenseAqualityA Model Context Protocol server that enables Claude to interact with Spotify, allowing users to search for songs, create playlists, add tracks, and get recommendations using their Spotify account.Last updated -74
- Asecurity-licenseAqualityA Model Context Protocol server that enables Claude to display and interact with images from the local filesystem, allowing users to view images directly in conversations and retrieve image metadata.Last updated -3