substack-ops
Substack CLI + 26-tool MCP server. Your IDE drafts replies via propose_reply. No API keys.
{
"mcpServers": {
"substack-ops": {
"command": "uvx",
"args": [
"substack-ops"
],
"env": {
"SUBSTACK_PUBLICATION_URL": "<substack_publication_url>",
"SUBSTACK_USER_ID": "<substack_user_id>",
"SUBSTACK_SESSION_TOKEN": "<your-substack_session_token>",
"SUBSTACK_OPS_MCP_PATH": "<substack_ops_mcp_path>",
"SUBSTACK_OPS_LLM_CMD": "<substack_ops_llm_cmd>"
}
}
}
}SUBSTACK_PUBLICATION_URLYour Substack publication URL (e.g. https://you.substack.com/). Optional if set in ~/.cursor/mcp.json's mcpServers.substack-api.env.
SUBSTACK_USER_IDYour Substack numeric user id. Optional if set in ~/.cursor/mcp.json.
SUBSTACK_SESSION_TOKENYour Substack session cookie value (the s%3A... string). Required for authenticated calls. Easier path: run `substack-ops auth login --browser chrome` and the cookie is auto-grabbed.
SUBSTACK_OPS_MCP_PATHOverride path to the mcp.json file the auth layer reads. Defaults to ~/.cursor/mcp.json.
SUBSTACK_OPS_LLM_CMDOptional: override the host CLI used by the unattended daemon path (default: auto-detect claude / cursor-agent / codex on PATH). Use {prompt} placeholder if your CLI takes the prompt as an arg.
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
A MCP server built for developers enabling Git based project management with project and personal…
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.