- Explore MCP Servers
- mcp-substack
Mcp Substack
What is Mcp Substack
mcp-substack is an MCP Server designed for downloading and parsing Substack posts, enabling integration with the Claude AI Desktop application.
Use cases
Use cases include summarizing articles for quick insights, extracting information for research purposes, and enhancing productivity in content-driven workflows.
How to use
To use mcp-substack, install the required dependencies, configure the Claude desktop app with the necessary settings, and start the server. You can then request the server to download and summarize Substack posts directly in the Claude app.
Key features
Key features include the ability to download and parse Substack posts, extract essential information such as title, author, subtitle, and content, and seamless integration with the Claude.ai desktop app.
Where to use
mcp-substack is primarily used in content creation, research, and any context where users want to access and summarize Substack articles efficiently.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Substack
mcp-substack is an MCP Server designed for downloading and parsing Substack posts, enabling integration with the Claude AI Desktop application.
Use cases
Use cases include summarizing articles for quick insights, extracting information for research purposes, and enhancing productivity in content-driven workflows.
How to use
To use mcp-substack, install the required dependencies, configure the Claude desktop app with the necessary settings, and start the server. You can then request the server to download and summarize Substack posts directly in the Claude app.
Key features
Key features include the ability to download and parse Substack posts, extract essential information such as title, author, subtitle, and content, and seamless integration with the Claude.ai desktop app.
Where to use
mcp-substack is primarily used in content creation, research, and any context where users want to access and summarize Substack articles efficiently.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










