Skip to content
Cursor

bulkpublish for Cursor

io.github.azeemkafridi/bulkpublish

Publish, schedule, and manage social media across 11 platforms via MCP.

client:Cursor transport:stdio runtime:npm

Install bulkpublish in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bulkpublish": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bulkpublish/mcp-server"
      ],
      "env": {
        "BULKPUBLISH_API_KEY": "<BULKPUBLISH_API_KEY>"
      }
    }
  }
}

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

bulkpublish in other clients