Skip to content
Zed

pipepost for Zed

io.github.mendlem/pipepost

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

client:Zed transport:stdio runtime:npm

Install pipepost in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pipepost": {
      "command": "npx",
      "args": [
        "-y",
        "pipepost-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pipepost in other clients