MCP.so
Sign In

post bridgeVerifiedFeatured

@jack friks

About post bridge

post bridge is a remote MCP server that lets your AI agent schedule and publish social media posts across 9 platforms — Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky. Connect accounts once, then upload media, publish or schedule, manage drafts, and pull analytics through natural language.

Connection details

https://www.post-bridge.com/api/mcp/mcp

Setup

claude mcp add post-bridge --transport http https://www.post-bridge.com/api/mcp/mcp

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

What is Post Bridge?

Post Bridge is a remote MCP server that lets your AI agent schedule and publish social media content across 9 platforms from a single connection - no per-platform API keys, OAuth apps, or manual uploads.

Connect once at post-bridge.com, then drive everything through natural language.

Supported platforms

Instagram, TikTok, YouTube, X (Twitter), LinkedIn, Facebook, Pinterest, Threads, and Bluesky.

What you can do

  • Publish now or schedule: post text, images, and video immediately or at a future time
  • Cross-post: send one video to TikTok, Reels, and Shorts in a single call
  • Upload media: images and video, transcoded server-side
  • Manage drafts & scheduled posts: list, edit, and delete
  • Pull analytics: views and daily deltas for what you've published
  • Manage connections: see which connected accounts need reconnecting

Example prompts

  • "Publish this video to TikTok, Instagram Reels, and YouTube Shorts with the same caption."
  • "Schedule these 5 posts to X, one each weekday next week at 9am."
  • "Upload this image and post it to LinkedIn and Facebook right now."
  • "Show me the view counts for everything I published last week."

Connect

{
  "mcpServers": {
    "post-bridge": {
      "type": "http",
      "url": "https://www.post-bridge.com/api/mcp/mcp"
    }
  }
}

Authentication is OAuth 2.0 (Dynamic Client Registration): you'll be prompted to sign in and authorize on first use.

Docs: post-bridge.com/mcp/docs

Frequently asked questions

What is the post bridge remote MCP server?

The post bridge remote MCP server is a hosted Model Context Protocol endpoint at https://www.post-bridge.com/api/mcp/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the post bridge MCP server?

Add the endpoint https://www.post-bridge.com/api/mcp/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the post bridge MCP server require authentication?

Yes. post bridge uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the post bridge MCP server use?

post bridge exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments