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
60
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.
claude_autoapprove is a library designed to implement an automated approval process using JavaScript. This tool provides functionality to automatically approve requests that meet specific conditions, reducing the need for manual approval work. Users can easily configure settings to build efficient workflows.