Schedule and publish social posts to 12 platforms with first comments, analytics, and listening.
com.schedulala/schedulala MCP Server
The com.schedulala/schedulala MCP server supports scheduling and publishing social posts to 12 platforms. It also provides first comments, analytics, and listening capabilities to support post engagement tracking and monitoring across those platforms.
๐ ๏ธ Key Features
Schedule social posts
Publish social posts to 12 platforms
Add first comments
Provide analytics
Enable listening
๐ Use Cases
Manage a multi-platform social posting workflow
Attach initial comments when publishing posts
Review performance data via analytics
Monitor conversations or updates using listening
โก Developer Benefits
Centralized access to scheduling and publishing for 12 platforms
Combined support for publishing, first comments, analytics, and listening in one server interface
โ ๏ธ Limitations
Scope is limited to scheduling/publishing and related post engagement functions (first comments, analytics, listening) for 12 platforms
Teach any AI agent to schedule and publish social media posts to 12
platforms โ Twitter/X, Instagram, TikTok, LinkedIn, YouTube, Facebook,
Threads, Bluesky, Pinterest, Mastodon, Telegram, and Google Business Profile โ
through Schedulala.
Connecting Schedulala to Claude: Settings โ Connectors โ Add custom connector โ paste https://schedulala.com/api/mcp โ set up in two minutes
ย ย
Posting from one chat: drop food photos into the upload widget, Claude drafts 7 per-platform posts with previews, then schedules them across the week
The fastest path: the hosted connector (claude.ai / Claude Desktop)
No install at all. In Claude, go to Settings โ Connectors โ Add custom
connector and paste:
code
https://schedulala.com/api/mcp
Claude discovers the OAuth flow automatically โ you sign in on schedulala.com
and approve; no API keys to copy. You get every tool plus interactive
widgets rendered inline in the conversation:
Post previews โ pixel-faithful per-platform mockups (threads, carousels,
reels, PDF documents, polls, live character counts) before anything publishes
In-chat media upload โ drag-and-drop photos (20MB), videos (500MB), and
PDFs (100MB) straight into the conversation at full quality
Analytics cards, leaderboards, comparisons โ follower growth and top
posts as interactive panels
Calendar & inbox โ scheduled posts with cancel actions; comments with
reply/hide actions
Note: custom connectors require a paid Claude plan. The connector also works
in ChatGPT (Settings โ Connectors) with the same URL.
The skill teaches the agent the safe publishing workflow (draft โ validate /
preview โ confirm โ publish โ verify), the media decision tree, and the
per-platform rules that reject posts (TikTok privacy + postMode, Instagram
media requirements, YouTube titles, Pinterest boards, character limits, โฆ).
Pair it with either:
the local MCP server โ npx -y @schedulala/mcp-server with
SCHEDULALA_API_KEY (Claude Desktop / Claude Code / Cursor config in the
package README), or
the CLI โ npx schedulala init --email you@example.com, then
npx schedulala post "Hello" --platforms twitter --now. Every command
supports --json.
What's in this repo
code
skills/schedulala/SKILL.md the skill: workflow, rules, decision trees
skills/schedulala/references/ per-platform schemas, media protocol, CLI, widgets
examples/ ready-to-adapt JSON payloads (tiktok, threads, bulk, โฆ)
.claude-plugin/ Claude Code plugin + marketplace manifest