Claude, Cursor, OpenClaw, or any agent that can call a tool or run a shell command can now schedule posts across multi platforms with you approving everything before it goes live.
One-click for the hosted apps that ship an MCP UI — Claude, ChatGPT, Cursor, Windsurf, Codex, VS Code. Config-file or shell for everything else.
Drop posthive-mcp into any MCP client config and your agent instantly has tools to list accounts, create posts, approve drafts, and manage the queue — no server to run or maintain, npx handles it.
list_accounts— connected accounts and IDscreate_post— draft or schedule directlyapprove_draft— promote a draft to scheduledupdate_post / duplicate_post / delete_postlist_templates / create_from_templateposthive-cli mirrors the same API as a plain shell command. Every output is structured JSON — perfect for agents that call shell tools rather than speak MCP directly, like OpenClaw or custom pipelines.
It ships with a bundled skill file so agents that support Claude Code-style skills discover the full command set, platform character limits, and best practices automatically.
No prompt engineering required. The bundled SKILL.md describes every command, required flags, platform quirks (Instagram needs media, X has no links, LinkedIn rewards links in the first comment), and the draft-first workflow — so any capable agent figures out the right call on its own.
Try prompts like: “Schedule a LinkedIn post about our launch for tomorrow 9am with the link in the first comment” — the agent handles the rest.
Every post an agent creates lands as a draft in your review queue. Nothing goes live until you or the agent explicitly approves it.
An agent can only skip the draft step by passing a future timestamp and being told to schedule directly — never by default.
Agents authenticate with a revocable ph_ API key, never your login. Rotate or revoke access from Settings anytime.
posthive-mcp is an MCP (Model Context Protocol) server you run with npx. It gives Claude Desktop, Cursor, Windsurf, and any MCP-compatible client tools to list accounts, create posts, and manage your Posthive queue.
posthive-cli is a shell command (`posthive`) that mirrors the same API. It's built for agents that run shell commands rather than speak MCP directly — OpenClaw, Claude Code skills, and custom automation pipelines. Every command outputs structured JSON.
No. Every post created by an agent is saved as a draft by default and appears in Posthive's review queue. Nothing publishes unless a human approves it, or the agent is explicitly told to schedule directly with a future timestamp.
The MCP server requires a Pro or Team plan. The CLI works with any valid API key, which is also available on Pro and Team.
Generate an API key, drop it into your MCP config or export it for the CLI, and your agent is ready to draft posts across multi platforms.