Socialync for Claude Desktop
io.github.jackvitick/socialync
Draft, schedule, and publish posts to 8 social platforms with human approval via Socialync OAuth.
client:Claude Desktop
transport:streamable-http
Install Socialync in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"socialync": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.socialync.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs