Skip to content
VS Code

pipepost for VS Code

io.github.mendlem/pipepost

MCP server to publish to Substack, Ghost, Dev.to, WordPress, LinkedIn + 5 more from Claude Code.

client:VS Code transport:stdio runtime:npm

Install pipepost in VS Code

.vscode/mcp.json

{
  "servers": {
    "pipepost": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pipepost-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pipepost in other clients