MCP Server
Active
MIT
Substack MCP Server MCP Server
io.github.conorbronsdon/substack-mcp
What is the Substack MCP Server MCP server?
Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
How to install Substack MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SUBSTACK_PUBLICATION_URLrequiredYour Substack publication URL (e.g., https://yourblog.substack.com)
SUBSTACK_SESSION_TOKENrequiredconnect.sid cookie value from your Substack session
SUBSTACK_USER_IDrequiredYour Substack user ID
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"substack-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/substack-mcp"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "<YOUR_SUBSTACK_PUBLICATION_URL>",
"SUBSTACK_SESSION_TOKEN": "<YOUR_SUBSTACK_SESSION_TOKEN>",
"SUBSTACK_USER_ID": "<YOUR_SUBSTACK_USER_ID>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"substack-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/substack-mcp"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "<YOUR_SUBSTACK_PUBLICATION_URL>",
"SUBSTACK_SESSION_TOKEN": "<YOUR_SUBSTACK_SESSION_TOKEN>",
"SUBSTACK_USER_ID": "<YOUR_SUBSTACK_USER_ID>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"substack-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/substack-mcp"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "<YOUR_SUBSTACK_PUBLICATION_URL>",
"SUBSTACK_SESSION_TOKEN": "<YOUR_SUBSTACK_SESSION_TOKEN>",
"SUBSTACK_USER_ID": "<YOUR_SUBSTACK_USER_ID>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"substack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@conorbronsdon/substack-mcp"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "<YOUR_SUBSTACK_PUBLICATION_URL>",
"SUBSTACK_SESSION_TOKEN": "<YOUR_SUBSTACK_SESSION_TOKEN>",
"SUBSTACK_USER_ID": "<YOUR_SUBSTACK_USER_ID>"
}
}
}
}Claude Code
claude mcp add substack-mcp --env SUBSTACK_PUBLICATION_URL=<YOUR_SUBSTACK_PUBLICATION_URL> --env SUBSTACK_SESSION_TOKEN=<YOUR_SUBSTACK_SESSION_TOKEN> --env SUBSTACK_USER_ID=<YOUR_SUBSTACK_USER_ID> -- npx -y @conorbronsdon/substack-mcpRelated MCP servers
Google Workspace as 41 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.
4
View repository →TypeScript
MIT
OP3 MCP Server
Active
OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.
1
View repository →TypeScript
MIT
Podcast Index MCP Server
Active
Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.
1
View repository →TypeScript
MIT
Transistor MCP Server
Active
Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.
1
View repository →TypeScript
MIT