MCP Substack Server
Download and parse Substack posts.
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
Related Servers
Browser Use
Automate browser tasks using the Browser Use API.
Context Scraper MCP Server
A server for web crawling and content extraction using the Crawl4AI library.
Deepwiki
Fetches content from deepwiki.com and converts it into LLM-readable markdown.
Simple MCP Tool Server
A simple MCP server that provides a tool for fetching website content using SSE transport.
Playwright Server
A server providing Playwright tools for browser automation and web scraping.
Playwright SSE MCP Server
An MCP server that provides Playwright features for web scraping and browser automation.
Website to Markdown MCP Server
Fetches and converts website content to Markdown with AI-powered cleanup, OpenAPI support, and stealth browsing.
Playwright MCP
Browser automation using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
Crew Risk
A crawler compliance risk assessment system via a simple API.
DeepResearch MCP
A powerful research assistant for conducting iterative web searches, analysis, and report generation.