🤖 MCP Server for Substack integration with Claude AI Desktop. Download and parse Substack posts directly in your Claude conversations.
A Model Context Protocol (MCP) server for downloading and parsing Substack posts. Works with Claude.ai desktop app.
npm install
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"
}
}
}
}
}
npm start
In Claude desktop app, use:
Could you download and summarize this Substack post: [URL]
MIT
DevEnvInfoServer - Cursor MCP Server for Development Environment Information
A Model Context Protocol (MCP) server for querying the CVE-Search API
An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.
A DuckDuckGo search plugin for Model Context Protocol (MCP), compatible with Claude Code. Provides web search functionality with advanced navigation and content exploration features.