← Back to Plugins
MCP Server MCP

Sync Socials

github By github 👁 1 views ▲ 0 votes

Create, schedule and publish social posts to TikTok, Instagram, Facebook and YouTube.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.sync-socials.com/api/mcp",
      "headers": [
        {
          "description": "Sync Socials API key as a bearer token. Generate one in your workspace settings at app.sync-socials.com, then use the format: Bearer YOUR_API_KEY",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer YOUR_SYNC_SOCIALS_API_KEY",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...