๐Ÿ”Œ npx socialbunny-mcp ยท Claude Code ยท Codex ยท Cursor

Post to your socials
from your editor.

The SocialBunny MCP server gives your AI coding assistant tools to draft and publish posts to your connected social accounts โ€” written in your clone's voice, using its product knowledge โ€” without ever leaving Claude Code, Codex, or Cursor.

The tools

Six tools your assistant gets

Ask in plain English โ€” your assistant calls these under the hood.

list_clones

See your trained clones (each with its voice and product/service knowledge) to post as.

list_platforms

See which social accounts are connected and ready to receive posts.

list_post_types

Every platform ร— format you can publish โ€” post, thread, carousel, reel, and more.

draft_post

Write a post and return a preview without publishing. You review before it goes live.

publish_draft

Publish a draft you approved, by its task id. One word: "post it."

post_now

Write and publish in a single step, to one platform or several at once.

Setup

Live in two minutes

1

Create an API key

In SocialBunny, open API & MCP and create a key. Copy it โ€” it's shown once.

2

Add the server

Drop the snippet below into your editor's MCP config with your key. That's it โ€” no install.

3

Just ask

"Draft a LinkedIn post about our launch and let me review." Your assistant does the rest.

claude mcp add socialbunny --env SOCIALBUNNY_API_KEY=sbk_your_key -- npx -y socialbunny-mcp

Run in your terminal.

{
  "mcpServers": {
    "socialbunny": {
      "command": "npx",
      "args": ["-y", "socialbunny-mcp"],
      "env": { "SOCIALBUNNY_API_KEY": "sbk_your_key" }
    }
  }
}

Add to ~/.cursor/mcp.json

[mcp_servers.socialbunny]
command = "npx"
args = ["-y", "socialbunny-mcp"]
env = { SOCIALBUNNY_API_KEY = "sbk_your_key" }

Add to ~/.codex/config.toml

Or connect by URL โ€” no install, no key

In claude.ai โ†’ Settings โ†’ Connectors โ†’ Add custom connector, paste this keyless URL and sign in. Works in Cursor & Claude Code over HTTP too.

https://app.socialbunny.co/api/mcp

Your clone, one prompt away.

Grounded in your voice and product. Fits every platform's limits. Posts on your OK.