Schedule and publish social media posts to 9 platforms from your AI agent
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give your AI agent the ability to post to 10 social media platforms from a single command.
Supports: Instagram, TikTok, YouTube, X (Twitter), LinkedIn, Facebook, Pinterest, Threads, Bluesky
Built on the Post Bridge API. Post Bridge is a social media scheduling tool used by 1,500+ creators and teams to post everywhere from one place.
This repo is also a portable Agent Plugin (spec 1.0.0), the open packaging standard from Amazon, Cursor, Microsoft, OpenAI, and Vercel. Root plugin.json + mcp.json + skills/ mean any compatible client (Cursor, VS Code, and more as they adopt it) can load the post bridge skill and connect to the hosted MCP server from this one package. Claude Code keeps using .claude-plugin/ as before; both formats live side by side.
Skills are markdown files that give AI agents specialized knowledge and workflows for specific tasks. Add this to your project and your AI agent will be able to create, schedule, and publish social media content across 10 platforms.
This installs the skills and makes the postbridge-cli CLI available to your agent.
Two skills ship in this repo:
| skill | what it does |
|---|---|
post-bridge | Create, schedule and manage posts across 10 platforms via the Post Bridge API |
b2c-organic-social-media-marketing | Organic growth coach for B2C apps on TikTok and Instagram, the system behind 500M+ views and 130K+ downloads with no ad spend |
Install just one with --skill:
The CLI is published standalone on npm β no install required, npx fetches it on first use:
Requires Node.js 18+. Install globally with npm i -g postbridge-cli if you'd rather drop the npx prefix.
Claude Code Plugin:
Add the marketplace and install:
Or load locally for development:
Cursor:
https://github.com/post-bridge-hq/agent-mode.gitManual:
Clone this repository and copy skills/post-bridge/ to your project's .cursor/skills/ or .claude/skills/ directory.
Tip: You can also set the API key as an environment variable instead of running
setup:export POST_BRIDGE_API_KEY=pb_live_xxxxx(add it to~/.zshrc/~/.bashrcto persist).
Ask your AI agent things like:
Some platforms can't publish a text-only post and will fail without an image or video:
| Platform | Media | Accepts |
|---|---|---|
| YouTube | Required | exactly 1 video |
| TikTok | Required | 1 video, or one+ images (photo post) |
| Required | 1β10 images/videos; story = exactly 1; no PDFs | |
| Required | 1-5 images (2+ publishes as a carousel; all images must share one aspect ratio) or 1 video | |
| X (Twitter) | Optional | up to 4 images, or 1 video |
| Optional | 1 video, or one+ images | |
| Optional | up to 20 images, or 1 video, or 1 PDF | |
| Threads | Optional | up to 20 images/videos |
| Bluesky | Optional | up to 4 images, or 1 video |
| Google Business | Optional | text or a single image; no video |
You can create a post without media and add it later with posts:update β but it won't publish to a media-required platform until the media exists.
Run the setup command:
Or set the environment variable manually:
To persist across sessions, add it to your shell profile (~/.bashrc, ~/.zshrc, etc.).
The CLI is a zero-dependency Node.js script and requires Node.js 18+ (for built-in fetch). Install a recent Node.js version, then retry.
Each platform posts independently. If one fails, the others still go through. Use npx postbridge-cli results --post-id <id> to see per-platform status and error details.
Post Bridge also runs a hosted MCP server, so MCP-compatible clients (Claude, ChatGPT, Cursor, and other agents) can connect directly β no CLI, no install.
https://www.post-bridge.com/api/mcp/mcp (streamable HTTP)pb_live_... key as a Bearer token, see below.)Claude or ChatGPT (one-click, OAuth): add a custom connector / app using the endpoint URL above, sign in to Post Bridge, and authorize. Leave any OAuth client ID/secret blank β the server registers the client automatically.
Claude Desktop (via mcp-remote) β add to claude_desktop_config.json:
Claude Code / other HTTP MCP clients β add to ~/.claude/settings.json:
list_social_accounts, create_post, update_post, get_post, list_posts, delete_post, list_post_results, upload_media, list_media, delete_media, list_analytics, get_analytics_daily, sync_analytics
Full setup guide and tool reference: post-bridge.com/mcp/docs
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/post-bridge)<a href="https://allmcps.com/mcp/post-bridge"><img src="https://allmcps.com/api/badge/post-bridge?style=directory" alt="Post Bridge on AllMCPs" /></a>