Sync Socials for Gemini CLI
io.github.damianotobasco/sync-socials-agent
Create, schedule and publish social posts to TikTok, Instagram, Facebook and YouTube.
client:Gemini CLI
transport:streamable-http
Install Sync Socials in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sync-socials-agent": {
"httpUrl": "https://app.sync-socials.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs