npx socialbunny-mcp ยท Claude Code ยท Codex ยท Cursor
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
Ask in plain English โ your assistant calls these under the hood.
list_clonesSee your trained clones (each with its voice and product/service knowledge) to post as.
list_platformsSee which social accounts are connected and ready to receive posts.
list_post_typesEvery platform ร format you can publish โ post, thread, carousel, reel, and more.
draft_postWrite a post and return a preview without publishing. You review before it goes live.
publish_draftPublish a draft you approved, by its task id. One word: "post it."
post_nowWrite and publish in a single step, to one platform or several at once.
Setup
Drop the snippet below into your editor's MCP config with your key. That's it โ no install.
"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
Grounded in your voice and product. Fits every platform's limits. Posts on your OK.