Skip to main content
Back to all posts

How to Let Claude Schedule Your Social Media Posts

·2 min read·Jonathan Geiger
claude codemcpai agentsautomationtutorialskills

You can now connect Claude Code or any AI agent to PostPeer and have it handle your entire posting workflow. Write a prompt, and it schedules posts across all your platforms.

Here is how to set it up.

Step 1: Go to postpeer.dev/agent

Head to postpeer.dev/agent. This is where you can connect PostPeer to your AI tools, either via MCP or Claude Code Skills.

PostPeer agent page showing MCP and Skills integration options

Option A: MCP (works with Claude Desktop, Cursor, and more)

Copy the MCP config snippet from the page.

MCP config code snippet for claude_desktop_config.json

Add it to your claude_desktop_config.json or mcp.json:

{
  "mcpServers": {
    "postpeer": {
      "url": "https://mcp.postpeer.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Then paste it into Claude and tell it to connect. Claude will confirm and you are ready to post.

Claude Code terminal showing PostPeer MCP connected

From here you can say things like:

  • "Write me a week of content for my LinkedIn and schedule it"
  • "Post this to my Twitter right now"
  • "Schedule 30 posts spread across the next month"

Claude handles the writing, scheduling, and publishing. No switching apps.

Option B: Claude Code Skills

If you use Claude Code in the terminal, install the PostPeer skills:

npx skills add PostPeer-API/skills --all

Skills repo: github.com/PostPeer-API/skills

This gives Claude Code direct access to PostPeer actions as terminal skills. You can also extend this with other tools, for example adding a Gemini API key to generate images as part of your workflow.

The result

A full calendar of scheduled content, created by your AI agent.

PostPeer calendar showing a full month of scheduled posts

PostPeer handles the platform APIs, Claude handles the thinking. Get started at postpeer.dev/agent.