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
Verwandte Server
Bright Data
SponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
ElToque MCP Server
Fetches USD and EUR prices from the Cuban parallel market via eltoque.com.
MCP Video Download URL Parser
Download watermark-free videos from platforms like Douyin and TikTok.
Web Fetch
Fetches and converts web content, ideal for data extraction and web scraping.
YouTube Data
Access YouTube video data and transcripts using the YouTube Data API.
Playwright MCP
Browser automation using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
NBA Player Stats
Provides comprehensive NBA player statistics from basketball-reference.com, including career stats, season comparisons, and advanced metrics.
DidItChange
MCP-native website monitoring with AI-powered change summaries and natural conversation control.
HDW MCP Server
Access and manage LinkedIn data and user accounts using the HorizonDataWave API.
JCrawl4AI
A Java-based MCP server for interacting with the Crawl4ai web scraping API.
Primp MCP Server
An MCP server for the Primp HTTP client, enabling browser impersonation for requests and file uploads.