MCP Substack 服务器
用于下载和解析 Substack 帖子的模型上下文协议 (MCP) 服务器。可与 Claude.ai 桌面应用配合使用。
安装
- 安装依赖项:
- 配置 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"
}
}
}
}
}
- 启动服务器:
用法
在 Claude 桌面应用程序中,使用:
Could you download and summarize this Substack post: [URL]
特征
- 下载并解析 Substack 帖子
- 提取标题、作者、副标题和内容
- 适用于公共 Substack 帖子
- 与 Claude.ai 桌面应用程序集成
要求
执照
麻省理工学院