Skip to main content
Glama

MCP Substack Server

by michalnaka

MCP Substack 服务器

用于下载和解析 Substack 帖子的模型上下文协议 (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