The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Sync Socials listing page.
Let your AI agent run your social media. Sync Socials is a hosted MCP server that lets Claude Code, OpenClaw, Codex and any MCP compatible agent generate content, upload media, create drafts, schedule posts and publish to TikTok, Instagram, Facebook and YouTube.
Website · For AI agents · App
Works with any agent that supports the open Agent Skills format.
The server is remote, so there is nothing to run locally.
| Endpoint | https://app.sync-socials.com/api/mcp |
| Transport | Streamable HTTP |
| Auth | Authorization: Bearer <SYNC_SOCIALS_API_KEY> |
Generate an API key from your workspace settings at app.sync-socials.com. Requires a Sync Socials plan; a free 7 day trial is available.
For OpenClaw compatible CLIs:
| Tool | What it does |
|---|---|
syncsocials_get_workspace | Read workspace settings, timezone and plan limits |
syncsocials_list_connections | List connected social accounts and their IDs |
syncsocials_list_media | Browse the media library |
syncsocials_upload_media_from_url | Upload media from an HTTPS URL |
syncsocials_upload_media_from_local_file | Upload media from a local file path |
syncsocials_create_content_draft | Save an untargeted content concept for later |
syncsocials_generate_viral_concepts | Generate content concepts from a brand brief |
syncsocials_produce_viral_video | Produce a short form video from a concept |
syncsocials_create_post | Create a draft or scheduled post with platform targets |
syncsocials_get_post | Read a single post |
syncsocials_list_posts | List drafts, scheduled and published posts |
syncsocials_update_post | Edit content, targets, timing or media |
syncsocials_publish_post | Publish an existing draft now |
syncsocials_delete_post | Delete a draft or cancel a scheduled post |
Once connected, talk to your agent normally:
| Platform | Support |
|---|---|
| TikTok | Direct post and scheduling |
| Image and video posts, subject to Meta publishing rules | |
| Text, image and video posts to Pages | |
| YouTube | Video only, exactly one video asset per post, privacy control |
| X / Twitter | Not supported in MCP v1 |
If MCP is unavailable, the same operations are available over REST at https://app.sync-socials.com/api/v1 using the same bearer token:
The same plan access, rate limits and usage limits apply to both MCP and REST.
MIT. See LICENSE.