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 retrieve and summarize content from specific URLs. Built with Node.js, it offers straightforward setup and supports public Substack posts.
GitHub Stars
10
User Rating
Not Rated
Favorites
0
Views
593
Forks
7
Issues
5
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
5
Followers
4
Repositories
0
Gists
0
Total Contributions
Claude Code Exporter is a tool that allows users to export and aggregate conversations with Claude Code, offering powerful filtering and organization features. It supports multiple export modes and formats, enabling users to aggregate prompts across projects or filter by time periods. It can be used as both a command-line tool and a Node.js library, and includes a user-friendly interactive mode.
Fast Filesystem MCP offers advanced filesystem operations tailored for Claude Desktop, featuring capabilities for handling large files. It includes functionality to control the creation of backup files, ensuring data safety while facilitating efficient file management.