Skip to main content
Glama

Substack MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUBSTACK_API_KEYYesYour Substack API key (connect.sid cookie value from substack.com)
SUBSTACK_HOSTNAMEYesYour Substack hostname (e.g., yourname.substack.com)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_own_profile

Get your own Substack profile information

get_profile_posts

Get your recent Substack posts

create_note

Create a new Substack note (short-form post)

create_note_with_link

Create a new Substack note with a link attachment

get_post

Get a specific Substack post by ID with full content

get_post_comments

Get comments for a specific Substack post

get_notes

Get your recent Substack notes (short-form posts)

create_post

Create and publish a full Substack blog post with optional cover image

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/danielsimonjr/substack-mcp'

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