Skip to main content
Glama

MCP Substack Server

by michalnaka

MCP 서브스택 서버

Substack 게시물을 다운로드하고 파싱하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. Claude.ai 데스크톱 앱과 호환됩니다.

설치

  1. 종속성 설치:

지엑스피1

  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+
  • 클로드 데스크톱 앱

특허

MIT

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