Add to Claude Code
claude mcp add --transport http socialclaw \
https://getsocialclaw.com/mcp \
--header "Authorization: Bearer sc_live_your_key"
Let AI agents create, schedule and publish content.
Agentic scheduling
A traditional scheduler is a dashboard a human clicks through. An agentic social media scheduler is one your AI agents operate — you set direction and approve, the agent does the work across every connected account.
Give a brief in plain language. The agent drafts platform-specific posts, uploads media, schedules, publishes, and reports back — end to end.
Every campaign is dry-run validated before publish, and agent-created posts can wait as drafts until you approve them.
Connect over a hosted MCP server, REST API, the social media CLI, or agent skills — Claude, ChatGPT, Codex, and OpenClaw all work.
Give Claude and other MCP clients direct access to your workspace over streamable HTTP.
claude mcp add --transport http socialclaw \
https://getsocialclaw.com/mcp \
--header "Authorization: Bearer sc_live_your_key"
list_accounts → account_capabilities → upload_asset → validate_schedule → apply_schedule → run_status
Connect accounts, upload media, schedule or publish — no per-tool setup.
Schedule and publish from anywhere with a REST API and a bearer token.
curl -X POST https://getsocialclaw.com/v1/posts/apply \
-H "Authorization: Bearer sc_live_your_key" \
-H "Content-Type: application/json" \
-d '{"timezone":"America/New_York","mode":"scheduled","posts":[{"account":"linkedin:person:123","provider":"linkedin","description":"Hello from the API","publish_at":"2026-06-01T14:00:00-04:00"}]}'
Post, schedule, and manage media from your terminal with the SocialClaw CLI.
npx socialclaw login --api-key sc_live_your_key
npx socialclaw validate -f schedule.json --json
npx socialclaw apply -f schedule.json --json
Install the SocialClaw skill so your coding agent can connect accounts and schedule posts for you.
npx skills add ndesv21/socialclaw
Then ask your agent: "Post 'Hey' to my X account" — it loads the skill and publishes for you.
The agent runs the whole workflow. The one step that needs you is approval — everything else is validated, executed, and verified for you.
Hand the agent a campaign brief. It drafts platform-specific posts for every connected channel and uploads media once, reusing the hosted assets everywhere.
> upload_asset(launch.png) ✓ hosted → asset_101 > validate_schedule(campaign.yaml) ✓ 12 posts · 4 platforms · 0 errors
The campaign lands as a draft run. Nothing publishes until you release it — in the dashboard or right in chat.
> apply_schedule(mode: "draft") ✓ run_2841 — waiting for approval # you approve → > publish_draft("run_2841") ✓ 12 posts scheduled
The agent confirms every post went live and pulls analytics to shape the next campaign. A post isn't "done" until it's verified.
> run_status("run_2841") ✓ 12/12 delivered · 0 failed > get_analytics("run_2841") ✓ impressions + engagement pulled
Post to all socials
Connect to your AI Agent
Photos, videos, sound
Simply install the skill with this command
npx skills add ndesv21/socialclaw



An agentic social media scheduler is a scheduler AI agents can operate directly — creating, uploading, scheduling, publishing, and verifying posts through interfaces built for agents (MCP, API, CLI, and agent skills) instead of a human clicking through a dashboard. SocialClaw exposes the entire publishing workflow to agents while approval and account control stay with you.
AI features in a traditional scheduler help a human write faster inside the same manual flow. An agentic scheduler flips the model: the agent executes the workflow end to end — upload, validate, schedule, publish, verify — and the human sets direction and approves the result.
Any MCP client, including Claude and ChatGPT via connectors; coding agents like Claude Code and Codex through the CLI or agent skill; OpenClaw through the SocialClaw skill; and any custom agent that can call a REST API with a bearer token.
Yes. Agents can apply campaigns as drafts, and nothing publishes until you release them. Every campaign is also validated first — account limits, media rules, and timing are checked in a dry run before a single post can go out.
SocialClaw supports X, Facebook Pages, Instagram (Business & Creator), LinkedIn profiles and pages, TikTok, YouTube, Pinterest, Reddit, WordPress, Discord, and Telegram — with the full, up-to-date list right inside your dashboard.
Yes. Teams use SocialClaw as the execution layer underneath their own product or agent. Keep your own UI and workflow logic while SocialClaw handles connected accounts, media hosting, scheduling, publishing, and delivery state.