Substack CLI + 26-tool MCP server. Your IDE drafts replies via propose_reply. No API keys.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
substack-ops · pypi · 0.3.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.06ketan/substack-ops",
"description": "Substack CLI + 26-tool MCP server. Your IDE drafts replies via propose_reply. No API keys.",
"title": "substack-ops",
"repository": {
"url": "https://github.com/06ketan/substack-ops",
"source": "github"
},
"version": "0.3.5",
"websiteUrl": "https://substack-ops.chavan.in",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "substack-ops",
"version": "0.3.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Your Substack publication URL (e.g. https://you.substack.com/). Optional if set in ~/.cursor/mcp.json's mcpServers.substack-api.env.",
"name": "SUBSTACK_PUBLICATION_URL"
},
{
"description": "Your Substack numeric user id. Optional if set in ~/.cursor/mcp.json.",
"name": "SUBSTACK_USER_ID"
},
{
"description": "Your 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.",
"isSecret": true,
"name": "SUBSTACK_SESSION_TOKEN"
},
{
"description": "Override path to the mcp.json file the auth layer reads. Defaults to ~/.cursor/mcp.json.",
"name": "SUBSTACK_OPS_MCP_PATH"
},
{
"description": "Optional: 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.",
"name": "SUBSTACK_OPS_LLM_CMD"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tool": "manual",
"version": "0.3.5"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-03T06:30:21.883331Z",
"publishedAt": "2026-05-03T06:30:21.883331Z",
"updatedAt": "2026-05-03T06:30:21.883331Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.