Skip to content
Cursor

pipepost for Cursor

io.github.mendlem/pipepost

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

client:Cursor transport:stdio runtime:npm

Install pipepost in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pipepost in other clients