mcp-substack
The MCP Substack Server is designed to download and parse Substack posts. It integrates with the Claude.ai desktop app, allowing users to fetch content from specified URLs and provide summaries. Built with Node.js, it offers straightforward installation and configuration.
GitHub Stars
4
User Rating
Not Rated
Forks
6
Issues
3
Views
1
Favorites
0
README
MCP Substack Server
A Model Context Protocol (MCP) server for downloading and parsing Substack posts. Works with Claude.ai desktop app.
Installation
- Install dependencies:
npm install
- Configure Claude desktop app:
Add to ~/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"
}
}
}
}
}
- Start the server:
npm start
Usage
In Claude desktop app, use:
Could you download and summarize this Substack post: [URL]
Features
- Downloads and parses Substack posts
- Extracts title, author, subtitle, and content
- Works with public Substack posts
- Integrates with Claude.ai desktop app
Requirements
- Node.js v18+
- Claude desktop app
License
MIT
Author Information
5
Followers
4
Repositories
0
Gists
5
Total Contributions
Top Contributors
Threads