Substack MCP Server for Grok
io.github.marcomoauro/substack-mcp
Manage Substack publishing, subscribers, analytics, reader feeds, comments, and images through MCP.
client:Grok
transport:stdio
runtime:npm
Install Substack MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"substack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"substack-mcp"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "<SUBSTACK_PUBLICATION_URL>",
"SUBSTACK_SESSION_TOKEN": "<SUBSTACK_SESSION_TOKEN>",
"SUBSTACK_USER_ID": "<SUBSTACK_USER_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs