AI assistant2 minutes setup

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

The short answer

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
Setup

Connect Claude in 2 minutes

  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.

Copy this

MCP client config

json
{
    "mcpServers": {
        "schedulenchill": {
            "url": "https://schedulenchill.com/mcp",
            "headers": {
                "Authorization": "Bearer YOUR_API_KEY"
            }
        }
    }
}
What it does

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.
Use cases

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.

FAQ

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.

Last reviewed July 26, 2026

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 free

Free · No credit card · No trial timer