Model Context Protocol

The MCP server for social media

Give Claude, Cursor, or any MCP-compatible agent real tools to publish, schedule, reply, and pull analytics across every major social network. Not docs lookup — execution.

npx @bulkit/mcp
claude mcp add bulkit -- npx -y @bulkit/mcp
MCP quickstart
Agent session
Post our launch announcement to X, LinkedIn and Threads at 9am tomorrow.
bulkit.schedule_post({ targets:["x","linkedin","threads"], at:"09:00" })
✅ Scheduled across 3 networks for 9:00 AM.
Why this matters

AI agents can write posts. Now they can ship them.

Every agent stack can draft content. Almost none can publish it — each platform means OAuth flows, app reviews, rate limits, and media upload quirks. Bulkit's MCP server wraps all of that into tools your agent calls like functions. Connect your accounts once; your agents handle the rest.

The tools

Every Bulkit capability, exposed as MCP tools

Each one is a real tool call with a real result — your agent publishes, schedules, and measures the same way your code would.

create_post

Publish text, images, or video to one network or all of them.

schedule_post

Queue a post for a specific time, in any timezone.

list_posts · get_post_status

Inspect the pipeline and check delivery on every network.

delete_post

Pull a post before — or after — it goes live.

get_analytics

Reach, engagement, and growth returned in one unified schema.

list_comments · reply_to_comment

Let agents read engagement and post approved replies.

list_accounts

See every social account currently connected to Bulkit.

Quickstart

Connected in two minutes

  1. 1

    Get an API key

    Sign up and grab a key — no credit card required.

  2. 2

    Add the server

    Drop the snippet into your client's MCP config and restart it.

  3. 3

    Ask your agent to post

    “Publish ‘We just shipped v2 🚀’ to all my connected networks.”

terminal
claude mcp add bulkit \
  --env BULKIT_API_KEY=sk_live_your_key \
  -- npx -y @bulkit/mcp

Same server, every client — Claude Desktop, Claude Code, Cursor, or any custom agent framework.

Use cases

What people build with it

Autonomous content pipelines

An agent drafts from your changelog or blog RSS, schedules a week of posts, and reports performance back.

Faceless channel automation

Generate video with your AI stack, then hand the upload, captioning, and multi-platform distribution to the agent.

Engagement copilots

An agent triages comments across networks, drafts replies, and posts the ones you approve.

CI-driven announcements

Your release pipeline triggers an agent that announces the deploy everywhere at once.

Execution, on one flat plan

Bulkit's MCP server publishes, schedules, replies, and pulls analytics as real tool calls — included on the single $3.99/mo plan with unlimited connected profiles. See exactly how that stacks up against the alternatives.

Compare to Ayrshare
Security & control

Agent-proof by design

Hand an agent the keys without handing over the kingdom.

Scoped API keys

Mint a key that can schedule but not delete. Each key carries only the permissions you grant it.

Full audit log

Every tool call is a visible line item — the same transparency that powers your billing.

Rate limits

Built-in limits protect your connected accounts from a runaway agent loop.

MCP is one of many entry points

The MCP server, REST API, Node SDK, CLI, n8n node, and webhooks all speak to the same Bulkit API. Use whichever fits your stack.

REST APINode SDKCLIn8nWebhooks
FAQ

MCP server FAQ

  • What is an MCP server?

    Model Context Protocol is an open standard that lets AI assistants like Claude connect to external tools. Bulkit's MCP server gives agents tools to publish and manage social media.

  • Which clients work with it?

    Any MCP-compatible client — Claude Desktop, Claude Code, Cursor, and custom agent frameworks. The same server works across all of them.

  • Can the agent post without my approval?

    Agents act with the permissions of the API key you give them, so you stay in control by scoping keys (e.g. a key that can schedule but not delete) and watching the audit log, where every tool call is a visible line item. Rate limits also protect your connected accounts from a runaway loop.

  • Does it cost extra?

    No. MCP actions are billed like any other action — included in your 500 monthly actions, then $0.01 each.

  • Which networks can agents post to?

    All 9 Bulkit networks: X, Instagram, TikTok, YouTube, LinkedIn, Facebook, Threads, Pinterest, and Bluesky.

  • Is this the same as a ChatGPT plugin or custom GPT?

    No — MCP is an open protocol, so the same server works across clients and agent frameworks rather than being tied to a single product.

Your agents are ready. Hand them the keys.

$3.99/mo, 500 actions included, MCP server on every plan.

MCP quickstart