Sync Socials Agent
Allows posting and scheduling text, image, and video content to Facebook Pages.
Allows posting and scheduling image and video content to Instagram, subject to Meta publishing rules.
Allows posting and scheduling short-form video content directly to TikTok.
Allows posting and scheduling video content to YouTube with privacy control.
Allows posting and scheduling short-form video content to YouTube Shorts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sync Socials AgentPost this Reel to TikTok, Instagram, and YouTube Shorts at 6pm."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sync Socials Agent
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
Install
npx skills add DamianoTobasco/sync-socials-agent -gWorks with any agent that supports the open Agent Skills format.
Related MCP server: ViralTransformer MCP Server
Connect the MCP server
The server is remote, so there is nothing to run locally.
Endpoint |
|
Transport | Streamable HTTP |
Auth |
|
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.
{
"name": "sync-socials",
"transport": "streamable-http",
"url": "https://app.sync-socials.com/api/mcp",
"headers": {
"Authorization": "Bearer <SYNC_SOCIALS_API_KEY>"
}
}For OpenClaw compatible CLIs:
openclaw mcp set sync-socials '{"url":"https://app.sync-socials.com/api/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer <SYNC_SOCIALS_API_KEY>"}}'Tools
Tool | What it does |
| Read workspace settings, timezone and plan limits |
| List connected social accounts and their IDs |
| Browse the media library |
| Upload media from an HTTPS URL |
| Upload media from a local file path |
| Save an untargeted content concept for later |
| Generate content concepts from a brand brief |
| Produce a short form video from a concept |
| Create a draft or scheduled post with platform targets |
| Read a single post |
| List drafts, scheduled and published posts |
| Edit content, targets, timing or media |
| Publish an existing draft now |
| Delete a draft or cancel a scheduled post |
Example prompts
Once connected, talk to your agent normally:
Post this Reel to TikTok, Instagram, Facebook and YouTube Shorts at 6pm.
Queue five posts from the drafts folder across this week at 9am.
Generate a month of content from sync-socials.com and schedule the best twelve.
What is scheduled for the rest of the week? Move Friday's post to Saturday morning.
Platforms
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 |
Safety
The skill defaults to creating drafts. It only schedules or publishes when you clearly ask.
Access is scoped to an API key you generate and can revoke at any time.
Social accounts connect through each platform's official OAuth login. Sync Socials never sees your passwords.
Never commit your API key. Store it in your agent's MCP config or secret storage.
REST fallback
If MCP is unavailable, the same operations are available over REST at https://app.sync-socials.com/api/v1 using the same bearer token:
POST /media/uploads
GET /posts
POST /posts
GET /posts/:id
PATCH /posts/:id
DELETE /posts/:id
POST /posts/:id/publishThe same plan access, rate limits and usage limits apply to both MCP and REST.
License
MIT. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBquality-maintenanceA comprehensive MCP server that enables AI assistants to search, download, and analyze TikTok content while also performing active tasks like publishing videos and interacting with posts. It provides full automation capabilities for TikTok through browser session management and anti-detection features.Last updated122
- AlicenseBqualityCmaintenanceA high-performance MCP server designed for content creators. It automates the workflow of scraping web articles and transforming them into viral social media posts using specialized, context-aware prompt templates.Last updated22MIT
- Flicense-qualityDmaintenanceAn MCP server that automates short-form video production for TikTok, Instagram Reels, and YouTube Shorts, using AI agents and behavioral science to generate production-ready videos from a topic and vibe.Last updated
- AlicenseAqualityBmaintenanceMCP server to manage social media accounts from AI assistants, enabling post creation, scheduling, publishing, and media uploads across multiple platforms.Last updated131871MIT
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
MCP server for OpenAI Sora AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DamianoTobasco/sync-socials-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server