Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Pokemon Server
  • GitHub MCP Server
  • Xano MCP Server for Smithery
  • MCP Server for ArangoDB
  • Deriv API MCP Server
Back to MCP Servers
Substack Reader

Substack Reader

Public
pl728/substack-fetcher-mcp

Fetch and read the latest subscriber-only Trade Companion articles by Adam Mancini from Substack in plain text format with preserved structure, enabling seamless integration with Claude AI via Model Context Protocol.

python
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Substack Reader

MCP Server

Unlock the full potential of Substack Reader through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Substack Reader

A tool to fetch and read articles from Trade Companion by Adam Mancini on Substack.

Setup

Prerequisites

  1. Python 3.8+
  2. uv package manager for Python
  3. Claude AI assistant

Installation

  1. Install uv package manager if you don't have it already:

    curl -sSf https://install.ultraviolet.dev | sh
  2. Create and activate a virtual environment:

    uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
  3. Install dependencies using the pyproject.toml file:

    uv pip install -e .

Setting up Substack Authentication

To access subscriber-only content, you'll need to provide your Substack cookies:

  1. Install the Cookie-Editor extension for your browser:

    • Chrome Web Store
    • Firefox Add-ons
  2. Log in to your Substack account at tradecompanion.substack.com

  3. Click on the Cookie-Editor extension icon

  4. Click "Export" and select "Export as JSON" (This copies the cookies to your clipboard)

  5. Create a file named substack_cookies.json in the root directory of this project

  6. Paste the copied cookies into this file and save

Usage with Claude

This tool is designed to be used with Claude AI assistant. To set it up:

  1. Configure Claude to use this MCP server by adding the following to your Claude config file:
{ "mcpServers": { "substack_reader": { "command": "uv", "args": [ "--directory", "/path/to/substack_reader", "run", "substack_reader.py" ] } }, "globalShortcut": "Ctrl+Space" }

Replace /path/to/substack_reader with the actual path to your substack_reader directory.

  1. When properly configured, Claude will automatically connect to this MCP server when launched.

  2. You can then ask Claude to fetch the latest Trade Companion article.

Features

  • Fetches the latest Trade Companion articles by Adam Mancini
  • Extracts article content in plain text format
  • Preserves headings, paragraphs, and list items
  • Excludes the "My Trade Methodology Fundamentals" article

Privacy Note

Your Substack cookies are stored locally in the substack_cookies.json file and are only used to authenticate requests to Substack. They are not sent anywhere else or exposed in any way.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation enabling interaction with the PokeAPI to fetch dynamic Pokémon data and...

    Added May 30, 2025
  • GitHub MCP Server
    GitHub MCP Server

    Enhance Claude Desktop with seamless GitHub integration via Model Context Protocol, enabling natural...

    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...

    Added May 30, 2025
  • MCP Server for ArangoDB
    MCP Server for ArangoDB

    Model Context Protocol server enabling seamless interaction with ArangoDB through core database oper...

    7 tools
    Added May 30, 2025
  • Deriv API MCP Server
    Deriv API MCP Server

    Model Context Protocol server enabling seamless interaction with the Deriv API to retrieve active tr...

    2 tools
    Added May 30, 2025