Home › Other › Substack MCP Server
Substack MCP Server
Manage Substack publishing, subscribers, analytics, reader feeds, comments, and images through MCP.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.3.2)
npx -y substack-mcp@1.3.2
Or add to your MCP client config:
{
"mcpServers": {
"substack-mcp": {
"command": "npx",
"args": [
"-y",
"substack-mcp@1.3.2"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "<YOUR_VALUE>",
"SUBSTACK_SESSION_TOKEN": "<YOUR_VALUE>",
"SUBSTACK_USER_ID": "<YOUR_VALUE>"
}
}
}
}
SUBSTACK_PUBLICATION_URLrequired — Full URL of your Substack publication, including https://SUBSTACK_SESSION_TOKENrequired secret — Value of the substack.sid or connect.sid cookie from your authenticated Substack sessionSUBSTACK_USER_IDrequired — Numeric user ID returned by Substack's publication_user request
Package (oci)
docker run -i --rm docker.io/marcomoauro/substack-mcp:v1.3.2
Or add to your MCP client config:
{
"mcpServers": {
"substack-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcomoauro/substack-mcp:v1.3.2"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "<YOUR_VALUE>",
"SUBSTACK_SESSION_TOKEN": "<YOUR_VALUE>",
"SUBSTACK_USER_ID": "<YOUR_VALUE>"
}
}
}
}
SUBSTACK_PUBLICATION_URLrequired — Full URL of your Substack publication, including https://SUBSTACK_SESSION_TOKENrequired secret — Value of the substack.sid or connect.sid cookie from your authenticated Substack sessionSUBSTACK_USER_IDrequired — Numeric user ID returned by Substack's publication_user request
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry