Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Socialync
S
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:03:29 AM

Socialync

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Draft, schedule, and publish posts to 8 social platforms with human approval via Socialync OAuth.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "socialync": {
      "command": "npx",
      "args": [
        "-y",
        "socialync"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Socialync MCP Server

Official documentation and registry manifest for the Socialync hosted MCP server. Socialync is a cross-posting and scheduling tool for creators: upload once, publish to TikTok, Instagram, YouTube, Facebook, X (Twitter), LinkedIn, Threads, and Bluesky.

This MCP server lets Claude, ChatGPT, and any MCP-compatible AI agent draft, schedule, and publish social media posts through your own OAuth-authorized Socialync account, with human-in-the-loop approval built into the workflow.

Every platform integration runs on the official platform API. No browser automation, no scraping, no unofficial endpoints. Your agent cannot get your account restricted on our behalf.

Duplicate protection means a retry can never publish twice, and failed posts are retried automatically. Both matter when an agent is posting unattended.

Note: Socialync's server is hosted (remote) and closed source. This repository contains the documentation and the MCP Registry manifest only. There is nothing to install or run from here.

Endpoint

Code
https://mcp.socialync.io/mcp

Transport: Streamable HTTP. Authentication: OAuth 2.0 with dynamic client registration. You sign in with your Socialync account in the browser; no API keys are pasted into your client.

MCP and API access are on the free plan. $0, no credit card, 5 posts a month across all 8 platforms. Your agent can connect and publish without anyone reaching for a card. Paid plans start at $20/month for unlimited posts and 5 connected accounts. Plans and pricing.

Limits worth knowing: 1 API key per brand, and 10 AI-created posts per day per brand.

Connect

Claude (claude.ai): Settings, then Connectors, then "Add custom connector", and paste the endpoint URL above. Full walkthrough: Socialync MCP connector guide.

Claude Code:

Terminal
claude mcp add --transport http socialync https://mcp.socialync.io/mcp

OpenClaw:

bash
openclaw mcp add socialync --url https://mcp.socialync.io/mcp --transport streamable-http
openclaw mcp login socialync

Other MCP clients (generic config):

config.json
{
  "mcpServers": {
    "socialync": {
      "type": "streamable-http",
      "url": "https://mcp.socialync.io/mcp"
    }
  }
}

What your agent can do

ToolWhat it does
list_profilesList your Socialync brand profiles
list_connectionsShow which social accounts are connected
check_quotaCheck your remaining post quota
generate_contentGenerate platform-native captions with AI
create_post_draftDraft a post (text, image, or video) for one or more platforms
schedule_post_draftAttach a publish time to a draft
approve_draftHuman approval step before anything goes live
get_draft_statusCheck where a draft is in the pipeline
publish_nowPublish an approved draft immediately
publish_scheduledQueue an approved draft for its scheduled time
get_scheduled_postsList upcoming scheduled posts
delete_scheduled_postCancel a scheduled post
get_post_historyReview published post history and status
get_top_postsSurface your best-performing content
get_analyticsPull follower and engagement analytics
list_mediaBrowse media you have uploaded to Socialync
create_media_upload / finalize_media_uploadUpload images for posting

Text and image posts publish to Instagram, Facebook, X, LinkedIn, Threads, and Bluesky. Video posts, including TikTok and YouTube (title required), are supported through scheduled posts using media hosted in your Socialync library or a public video URL.

Full reference, including recommended call order, per-platform limits, and error handling: docs/tools.md.

How the human stays in the loop

The intended workflow is draft first, publish second. Agents create drafts with create_post_draft; nothing reaches a social network until the draft is approved and explicitly published or scheduled. Posts go out through OAuth connections you authorized in Socialync and can be revoked at any time from your account settings. AI assistants help you draft, schedule, and publish; they do not operate accounts you have not connected and approved.

Agent skill

An OpenClaw skill wrapping this server is published on ClawHub:

bash
openclaw skills install @jackvitick/social-media-scheduler

Links

  • Website: socialync.io
  • MCP feature overview: socialync.io/features/mcp
  • Connector setup guide: socialync.io/mcp-connector-guide
  • Terms of Service: socialync.io/terms-of-service
  • Developer Agreement (API and MCP): socialync.io/developer-terms
  • Privacy Policy: socialync.io/privacy-policy

Support

Questions or issues: open an issue here or email support@socialync.io.

Follow Socialync

  • X: https://x.com/Socialync_io
  • Instagram: https://www.instagram.com/socialync.io/
  • TikTok: https://www.tiktok.com/@socialync.io
  • YouTube: https://www.youtube.com/@Socialync-io
  • LinkedIn: https://www.linkedin.com/company/socialync
  • Threads: https://www.threads.com/@socialync.io
  • Bluesky: https://bsky.app/profile/socialync.bsky.social

Related MCP Servers

View all in Developer Tools View all alternatives
  • S
    Schedulala

    Schedule and publish social posts to 12 platforms with first comments, analytics, and listening.

    πŸ’» Developer Tools0 views
    Compare vs Schedulala β†’
  • P
    Postproxy

    Publish, schedule, and manage social media posts across major platforms via the Postproxy API.

    πŸ’» Developer Tools0 views
    Compare vs Postproxy β†’
  • A
    Antwork

    Draft, schedule, and publish social posts for your workspace straight from your AI.

    πŸ’» Developer Tools0 views
    Compare vs Antwork β†’
  • S
    SocialRainbow

    Draft, validate, publish, schedule, and manage social posts across connected accounts.

    πŸ’» Developer Tools0 views
    Compare vs SocialRainbow β†’

Frequently Asked Questions about Socialync

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "socialync": { "command": "npx", "args": ["-y", "Socialync"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSocialync AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/socialync?style=directory)](https://allmcps.com/mcp/socialync)
HTML Embed
<a href="https://allmcps.com/mcp/socialync"><img src="https://allmcps.com/api/badge/socialync?style=directory" alt="Socialync on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Socialync β†’Install in Claude DesktopInstall in CursorInstall in VS Code