Skip to main content
Glama

MCP Substack Server

by michalnaka

Servidor de subpila MCP

Un servidor de Protocolo de Contexto de Modelo (MCP) para descargar y analizar publicaciones de Substack. Compatible con la aplicación de escritorio Claude.ai.

Instalación

  1. Instalar dependencias:
npm install
  1. Configurar la aplicación de escritorio de Claude:

Agregar a ~/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" } } } } }
  1. Iniciar el servidor:
npm start

Uso

En la aplicación de escritorio de Claude, use:

Could you download and summarize this Substack post: [URL]

Características

  • Descarga y analiza publicaciones de Substack
  • Extrae título, autor, subtítulo y contenido.
  • Funciona con publicaciones públicas de Substack
  • Se integra con la aplicación de escritorio Claude.ai

Requisitos

  • Node.js v18+
  • Aplicación de escritorio de Claude

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor de protocolo de contexto de modelo que permite descargar y analizar publicaciones de Substack directamente a través de la aplicación de escritorio Claude, lo que permite a los usuarios acceder y resumir el contenido de Substack.

  1. Instalación
    1. Uso
      1. Características
        1. Requisitos
          1. Licencia

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
              Last updated -
              1
              14
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables Claude to interact directly with Contentful CMS, allowing the AI to fetch content types and entries from a Contentful space.
              Last updated -
              2
              TypeScript
              MIT License
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that enables Claude to interact with Spotify, allowing users to search for songs, create playlists, add tracks, and get recommendations using their Spotify account.
              Last updated -
              7
              4
              JavaScript
              • Apple
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that enables Claude to display and interact with images from the local filesystem, allowing users to view images directly in conversations and retrieve image metadata.
              Last updated -
              3
              TypeScript

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/michalnaka/mcp-substack'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server