Skip to content
Cursor

pendpost for Cursor

io.github.pendpost/pendpost

Local-first social MCP: an agent drafts and schedules posts; you approve before anything publishes.

client:Cursor transport:stdio runtime:npm

Install pendpost in Cursor

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

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

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

pendpost in other clients