S

Substack Ops

Substack content management and engagement automation — browse posts, reply, restack, and run automations via 26 tools.

Substack·No reviews yet
Repo Docs
Share:

About

Substack content management and engagement automation — browse posts, reply, restack, and run automations via 26 tools.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Substack Ops.

What is the primary function of the Substack Ops MCP?
The Substack Ops MCP provides tools for managing Substack content and automating engagement. It allows users to browse posts, reply to comments, restack content, and utilize 26 additional automation tools.
How can I install Substack Ops in an MCP client like Cline?
Installation in a client like Cline typically involves adding the MCP's repository URL to the client's configuration. Specific steps depend on the client's interface for adding external MCPs.
Does Substack Ops require an API key or other authentication?
The Substack Ops MCP specifies 'none' for its authentication type. This indicates that it does not require an API key, OAuth, or similar credentials for its direct operation.
What specific capabilities does the Substack Ops MCP provide?
It offers content management features such as browsing posts, replying to comments, and restacking. Additionally, it provides access to 26 different automation tools to enhance Substack operations.
Are there any licensing costs associated with using Substack Ops?
The licensing and cost will depend on the deployment and any associated Substack services. The MCP itself does not specify direct costs.
What is a potential limitation when using Substack Ops?
A potential limitation is that specific details about the 26 automation tools are not listed. Users would need to consult the project's documentation for a complete understanding of available automations.

Install Substack Ops

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "substack-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-substack-ops"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "substack-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-substack-ops"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "substack-ops": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-substack-ops"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.