
MCP Substack Server
โ 22from michalnaka
Download and parse Substack posts.
๐ฅ๐ฅโ VerifiedFreeQuick setup
MCP Substack Server
A Model Context Protocol (MCP) server for downloading and parsing Substack posts. Works with Claude.ai desktop app.
Features
- Downloads and parses Substack posts
- Extracts title, author, subtitle, and content
- Works with public Substack posts
- Integrates with Claude.ai desktop app
License
MIT
Copy & paste โ that's it
npm installInstallation
- 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 startUsage
In Claude desktop app, use:
Could you download and summarize this Substack post: [URL]Requirements
- Node.js v18+
- Claude desktop app
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.