Claude Social Media Posting
Claude can post to social media through the Schedule & Chill MCP server. Add https://schedulenchill.com/mcp to your Claude Desktop or Claude Code MCP config with an API key, and Claude gains 10 tools for scheduling posts to X, LinkedIn, Facebook, Instagram, YouTube, TikTok, and Pinterest — no glue code, no custom function definitions.
Last updated July 26, 2026
Quick Answer
Claude + Schedule & Chill in one line
Native MCP. One config block, one API key, and Claude can schedule, browse media, read your queue, and cancel posts directly.
How to connect Claude
2 minutes from API key to first post
1
Create an API key
In Schedule & Chill, go to Settings → API Keys and generate a key. The MCP server uses the same keys as the REST API.
2
Add the server to your MCP config
Point your client at https://schedulenchill.com/mcp and pass the key as a bearer token. Claude Desktop reads this from claude_desktop_config.json; Claude Code reads it from .mcp.json in your project.
3
Restart the client
Claude discovers the tools on connect. Ask "what social accounts do I have connected?" — that calls get_accounts and confirms the link works.
4
Schedule your first post
Ask Claude to draft and schedule a post. It calls schedule_post with your content, target accounts, and time. Confirm with list_scheduled.
MCP client config
Copy this into your Claude setup and replace the ids with your own.
{
"mcpServers": {
"schedulenchill": {
"url": "https://schedulenchill.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}What Claude can do
- Schedule a post to one or many accounts (schedule_post)
- Edit a draft or scheduled post before it goes out (update_post)
- List connected accounts and channel groups (get_accounts, get_groups)
- Read the upcoming queue and inspect a single post (list_scheduled, get_post)
- Cancel a scheduled post (cancel_post)
- Browse and upload media from a URL (browse_media, upload_media)
- Read publishing stats (get_stats)
What to know first
- Claude can only post to accounts you have already connected in the Schedule & Chill dashboard — OAuth happens in the browser, not through the agent.
- Remote MCP servers need a client that supports HTTP transport with custom headers. Older MCP clients that only support stdio need a bridge.
What teams build with it
Common Claude workflows that end in a published post
Draft and ship in one conversation
Claude writes the copy, adapts the length per platform, attaches an image from your media library, and schedules it — without leaving the chat.
Queue review
Ask "what am I posting this week?" and Claude reads the upcoming schedule resource, summarises it, and cancels anything stale.
Batch a content calendar
Give Claude a list of topics and posting windows. It calls schedule_post once per slot and reports back what landed where.
Frequently asked questions
Claude and social posting — what builders ask
Wire Claude up today
Start your free trial, generate an API key, and make your first call in minutes. Card required, cancel anytime.
Start Free Trial7-day free trial · Card required · Cancel anytime