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
相關伺服器
Bright Data
贊助Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Postman API V3
MCP server for Postman API v3
Yanyue MCP
Fetches cigarette data and information from Yanyue.cn.
SnapSender
Capture any website as PNG, JPEG, WebP, or PDF with a single tool call.
Browser Use
Enables AI agents to control web browsers using natural language commands.
Deepwiki
Fetches content from deepwiki.com and converts it into LLM-readable markdown.
Selenium MCP Server
Control web browsers using the Selenium WebDriver for automation and testing.
just-every/mcp-screenshot-website-fast
High-quality screenshot capture optimized for Claude Vision API. Automatically tiles full pages into 1072x1072 chunks (1.15 megapixels) with configurable viewports and wait strategies for dynamic content.
MCP URL2SNAP
A lightweight MCP server that captures screenshots of any URL and returns the image URL. Requires an AbstractAPI key.
Web Fetch
Fetches and transforms web content, including JavaScript-rendered pages and media files, into various formats.
Playwright SSE MCP Server
An MCP server that provides Playwright features for web scraping and browser automation.