conorbronsdon/substack-mcp
Verified
Summary
MCP server for Substack read posts, manage drafts, publish Notes, get comments, and upload images. Safe by design: cannot publish or delete posts.
Links
Install instructions
Add to Cursor
Where to put this
Merge into the existing file if needed. Top-level key: mcpServers.
Global
Linux / macOS
~/.cursor/mcp.jsonWindows
%USERPROFILE%\.cursor\mcp.jsonProject
Linux / macOS
<project_folder>/.cursor/mcp.jsonWindows
<project_folder>\.cursor\mcp.json{
"mcpServers": {
"conorbronsdon-substack-mcp": {
"command": "npx",
"args": [
"-y",
"substack-mcp"
]
}
}
}Replace placeholder values with secrets from your environment. Confirm the package name in the repository README; the catalog uses a best-guess npx -y target when registry metadata is not available.
Transport
stdio
Metadata
- Primary category
- Business & Commercial
- Popularity (composite)
- 83.4 / 100
- GitHub stars
- 2
- Tags
- Social MediaBusiness & Commercialmcpserverforsubstackreadpostsmanagedrafts