Post to social media from Claude
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 22 tools for scheduling posts to LinkedIn, Bluesky, Mastodon and YouTube — no glue code, no custom function definitions.
Free · No credit card · No trial timer
Native MCP. One config block, one API key, and Claude can schedule, browse media, read your queue, and cancel posts directly.
- How it connects
- Native MCP server
- Publishes to
- LinkedIn, Bluesky, Mastodon and YouTube
Connect Claude in 2 minutes
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.
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.
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.
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
{
"mcpServers": {
"schedulenchill": {
"url": "https://schedulenchill.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}What Claude can and cannot do
What you 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)
Where it stops
- 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 people build with it
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.
Claude questions
Yes, through an MCP server. Claude has no built-in social posting. Connect the Schedule & Chill MCP server at https://schedulenchill.com/mcp with an API key and Claude gains tools for scheduling and publishing to LinkedIn, Bluesky, Mastodon and YouTube.
The MCP server uses the same API keys as the REST API. Generate one in Settings → API Keys and send it as Authorization: Bearer YOUR_API_KEY. Keys are scoped to your workspace and can be revoked at any time.
No. Connecting an account requires an OAuth flow in a browser, which you complete once in the Schedule & Chill dashboard. After that, Claude can post to any connected account.
Yes. Any MCP client that supports remote HTTP servers with custom headers works — Claude Desktop, Claude Code, and third-party clients. The config shape is the same: a URL plus an Authorization header.
Yes. It is built and maintained by Schedule & Chill, not a community wrapper. It ships 22 tools, 4 read-only resources, and 2 prompts, and it tracks the REST API feature for feature.
Each targeted account has its own delivery status. Claude can call get_post to see per-account results, including error messages for anything that failed, and you can retry from the dashboard.
Last reviewed July 26, 2026
Connect a different tool
Wire Claude up in 2 minutes
It is free — no card, no trial timer. Make real API calls, connect your account, and see it work.
Start freeFree · No credit card · No trial timer