MCP Server for scheduling and publishing social posts
Everything the app does is available from your own code. Publish, schedule, upload media, bulk create, autopost from RSS and read analytics: 51 operations across 15 networks, with the same checks the app runs before a post is queued.
MCP Server operations
51 operations across 11 parts of BulkPublish. This table is generated from the code that implements them, so it is what ships today rather than a roadmap.
| Area | Operations |
|---|---|
| Analytics | get_analytics |
| Channel sets | create_channel_set,delete_channel_set,list_channel_sets,update_channel_set |
| Channels | get_channel_health,get_channel_options,list_channels,search_mentions |
| Labels | create_label,delete_label,list_labels,update_label |
| Media | abort_multipart_upload,complete_multipart_upload,create_media_upload,create_multipart_upload,delete_media,finalize_media_upload,get_media,list_media,upload_media |
| Platforms | list_platforms |
| Posts | approve_post,bulk_posts,create_post,delete_post,get_post,get_post_metrics,get_queue_slot,list_posts,publish_post,publish_story,reject_post,retry_post,update_post |
| Quota | get_quota_usage |
| RSS autopost | create_rss_feed,delete_rss_feed,list_rss_feeds,update_rss_feed |
| Recurring schedules | create_schedule,delete_schedule,list_schedules,update_schedule |
| Interactive panels | compose_post,view_analytics,view_channels,view_media,view_posts,view_quota |
Where the posts go
Anything scheduled here reaches all 15 networks BulkPublish publishes to, one account or every account at once. Each network has its own guide.
MCP Server setup
- Create a BulkPublish account and connect the channels you want to publish to.
- Open Settings, then Developer, and make an API key. Keys belong to one organisation and can be revoked without touching the rest.
- Send the key as a bearer token on every request. The reference has a worked example for each operation.
Ways teams use this
- Bulk upload a month of posts in one pass, then let the queue send them out at the times you set.
- Write once and cross-post everywhere. One post, adapted per network, goes to every connected channel together.
- Turn a blog or podcast RSS feed into automatic posts the moment a new item appears.
- Read the numbers back. Impressions, engagement and link clicks come back the same way the posts went out.
Details
| Detail | Value |
|---|---|
| Authentication | OAuth 2.1. Sign in once, nothing to copy, revoke whenever you like |
| Install | npm install @bulkpublish/mcp-server |
| Operations | 51 operations |
| Networks | 15 networks |
Open MCP Server · Read the API docs
Frequently asked questions
Which parts of BulkPublish does it reach?
51 operations, listed above. Posts, media, labels, channel sets, recurring schedules, RSS autopost and analytics are all covered, which is everything the app itself calls.
How does authentication work?
An API key, sent as a bearer token. Make one under Settings then Developer. A key belongs to one organisation, and you can revoke it on its own without disturbing anything else.
Which networks can I publish to?
All 15 of them, in one call. Send the same text everywhere or override it per network, and the post is checked against each network limit before it is queued rather than after it fails.
Can I upload images and video?
Yes. Upload in one request for small files, or take a direct upload URL and send large video straight to storage in parts. Both give you a media id you attach to a post.
Can I read analytics back?
Yes. Per-post metrics and account summaries come back for every network that publishes them, and link clicks are measured by BulkPublish itself, so those are there even where a network reports nothing.
Is it free to use?
Yes, on every plan including the free one. There is no separate API charge. What you schedule counts against the same monthly post allowance as anything written in the app.
Still stuck? The Help Center walks through it step by step.
Other integrations
BulkPublish connects to 22 other tools. Every one has a guide like this.
Start publishing
Create an account, connect your channels, and your first post can be scheduled a couple of minutes later. Free plan, no card, cancel whenever you like.