Connect Claude to Socialync
Draft, schedule, and publish social media posts from Claude, ChatGPT, Cursor, or any AI assistant that supports the Model Context Protocol.
- Draft, schedule, and publish posts to all eight platforms: Facebook, Instagram, TikTok, YouTube, LinkedIn, X (Twitter), Threads, and Bluesky.
- Attach media. Up to 10 images as a carousel (from public URLs or images you paste into chat), and one video per scheduled post (from media you already uploaded to Socialync, or a public video URL).
- Schedule posts for the future within your plan's scheduling window, or publish right away.
- Read your analytics: views, likes, comments, shares, follower counts, and top-performing posts.
- List connections, check quota, and read post history, including which posts succeeded and which failed.
- Cancel a scheduled post and generate platform-optimized captions with Socialync's AI.
- Draft flow (a hard approval gate). The assistant prepares a draft and you approve it in the Socialync app at your draft inbox. Nothing goes live until you tap Approve.
- Direct publish (you confirm in chat). The assistant shows you the exact caption, platforms, media, and timing, and only publishes after you say yes in the conversation. Every action is logged so you can always see what was posted and when.
- Video is scheduled only. Immediate publishing is text and images. Video posts must be scheduled, because platform video processing takes a few minutes. TikTok and YouTube are video only, so they are scheduled only.
- You cannot paste a video file into chat. That is a limit of the chat protocol, not Socialync. Upload the video in Socialync first, then ask the assistant to use it.
- Editing an existing scheduled post. The assistant can cancel a scheduled post and create a new one, but cannot edit one in place. Use the Socialync app to edit.
- Platform rate limits still apply. X, LinkedIn, and the others enforce their own daily limits. Socialync surfaces these to the assistant, but the platforms themselves are the ceiling.
- 1Generate an API key
Open Socialync settings, scroll to API Keys, and tap “Generate Key.” You'll see the key once — copy it somewhere safe immediately. (Requires a paid plan — Premium or Business.)
Open API Keys - 2Add Socialync to your MCP client
In Claude Desktop, open Settings → Developer → Edit Config, paste the snippet below, and replace
YOUR_SOCIALYNC_API_KEYwith the key you just generated.{ "mcpServers": { "socialync": { "transport": { "type": "http", "url": "https://socialync-mcp-ntgtgrzanq-ue.a.run.app/mcp", "headers": { "Authorization": "Bearer YOUR_SOCIALYNC_API_KEY" } } } } }Other MCP clients (ChatGPT, Cursor, Cline, custom agents) use the same Streamable HTTP transport at
https://socialync-mcp-ntgtgrzanq-ue.a.run.app/mcpwith a Bearer token. Configuration shape may vary. - 3Restart Claude and try it
After restarting Claude Desktop, ask it something like:
“Draft a LinkedIn post about consistency in fitness for tomorrow morning at 9am.”Claude will create a draft. Open your draft inbox to review and approve it.
