SocialClaw
AI client integration

Publish to social media from Claude Code with SocialClaw.

Wire SocialClaw into Claude Code with one command, then announce releases, automate changelog posts, or run content workflows without leaving your terminal.

Why Claude Code works with SocialClaw

SocialClaw is the hosted publishing layer; Claude Code stays the place you think and write.

Transport Hosted MCP, zero install Connect to one hosted streamable-HTTP endpoint at getsocialclaw.com/mcp, or run the stdio server with npx socialclaw mcp.
Tools 17 publishing tools Claude Code can list accounts, check provider capabilities, upload media, validate, schedule, publish, retry, and pull analytics.
Auth One workspace API key Authenticate with a Bearer workspace key from the SocialClaw dashboard. No per-network OAuth to rebuild.
State Inspectable after publish Every scheduled or published post exposes run, attempt, and delivery state the client can read back.

Inputs and requirements

The data and checks that keep the workflow grounded in current provider rules.

  • A SocialClaw workspace API key (dashboard → Developers → Public API).
  • At least one connected social account in the workspace.
  • Post content, target account, timezone, and publish time.
  • Media uploaded to SocialClaw when the network requires it.
  • Validation run before apply so provider rules are checked first.

Connect Claude Code in a few steps

Connect once, then drive scheduling and publishing in plain language.

Step 1

Add SocialClaw to Claude Code

Run: claude mcp add socialclaw --env SOCIALCLAW_API_KEY=<key> -- npx -y socialclaw mcp. Or add the hosted server with claude mcp add --transport http socialclaw https://getsocialclaw.com/mcp.

Step 2

Connect a social account

Connect X, LinkedIn, Instagram, TikTok, or another supported network once in the SocialClaw dashboard so it can be reused across every request.

Step 3

Ask in plain language

Tell Claude Code what to publish — for example, "schedule this thread to X and LinkedIn tomorrow at 9am" — and it calls the matching SocialClaw tools.

Step 4

Validate before publishing

SocialClaw validates the payload against provider rules before apply, so bad media, missing fields, or limits are caught early.

Step 5

Inspect the result

Read back post state, attempts, and analytics from the same workspace to confirm delivery.

Constraints to know

Important guardrails to keep the page accurate.

  • Publishing requires an active SocialClaw plan; unauthenticated clients can still list tools but not publish.
  • Each network keeps its own rules — media type, account model, and limits still apply after the client hands off the request.

Related routes

Pages that reinforce the same product and platform intent.

Frequently asked questions

How do I let Claude Code post to my social accounts?

Connect Claude Code to SocialClaw, connect your social accounts once in the SocialClaw dashboard, then ask Claude Code to schedule or publish. SocialClaw handles the provider-specific publish, validation, and delivery state.

Can Claude Code announce a release to social?

Yes. Ask Claude Code to draft and schedule a release post; it calls SocialClaw's validate and apply tools and reports back the delivery state.

Which networks are supported?

X, LinkedIn (profile and page), Instagram (business and standalone), Facebook Pages, TikTok, YouTube, Reddit, Pinterest, WordPress, Discord, and Telegram.

Use SocialClaw for Claude Code social media integration

Connect accounts once, validate provider-specific payloads, schedule or apply work, and inspect the result from one hosted workspace.