Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
npx @getmcp/cli add io.github.conorbronsdon/substack-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SUBSTACK_PUBLICATION_URLYour Substack publication URL (e.g., https://yourblog.substack.com)
SUBSTACK_SESSION_TOKENconnect.sid cookie value from your Substack session
SUBSTACK_USER_IDYour Substack user ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.conorbronsdon/substack-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/substack-mcp"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "",
"SUBSTACK_SESSION_TOKEN": "",
"SUBSTACK_USER_ID": ""
}
}
}
}MCP server for progressive tool usage at any scale (see https://klavis.ai)
Analytics for business data: upload CSV or connect GA4/GSC, run ML/stats, get HTML reports.
Decision system for AI coding agents. Surfaces what your project decided, and why, before changes.
A MCP server built for developers enabling Git based project management with project and personal…