Server data from the Official MCP Registry
Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
This is a well-designed MCP server for Substack with strong architectural safety measures. Authentication is properly required (session token + user ID validated on startup), permissions align with the server's purpose (HTTP network access to Substack API, environment variable usage for credentials), and code quality is good with comprehensive test coverage. Session tokens are stored only in environment variables as intended. The main findings are low-severity: minor error handling could be more granular, and the unofficial Substack API dependency creates a maintenance risk, but these do not pose security vulnerabilities. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SUBSTACK_PUBLICATION_URL
Environment variable: SUBSTACK_SESSION_TOKEN
Environment variable: SUBSTACK_USER_ID
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-conorbronsdon-substack-mcp": {
"env": {
"SUBSTACK_USER_ID": "your-substack-user-id-here",
"SUBSTACK_SESSION_TOKEN": "your-substack-session-token-here",
"SUBSTACK_PUBLICATION_URL": "your-substack-publication-url-here"
},
"args": [
"-y",
"@conorbronsdon/substack-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.