cybeleri/social-scheduler

MCP Server

Social Media Scheduler MCP Server - multi-platform content scheduling

Social media scheduler MCP server. Schedule and publish content across Twitter/X, LinkedIn, Bluesky, and Mastodon.

MCP Server

  • Package: @cybeleri/social-media-scheduler-mcp
  • Transport: stdio
  • Command: npx -y @cybeleri/social-media-scheduler-mcp

Authentication

Platform-specific tokens (configure per-platform)

VariableRequiredDescription
No environment variables required

Available Tools

ToolDescription
schedule_postSchedule social media post
manage_contentManage scheduled content

Configuration Example

toml
[[mcp.servers]]
name = "social-scheduler"
type = "stdio"
command = "npx"
args = ["-y", "@cybeleri/social-media-scheduler-mcp"]
timeout_seconds = 60
tools = []

Notes: Supports 4 platforms. Cron-based scheduling.