Rohan27s

Posthell MCP Server

Community Rohan27s
Updated

Official MCP server for Posthell - AI agents draft social posts into a human-approved queue, publishing to 15 networks

Posthell MCP Server

The official MCP server for Posthell, a social media scheduler built for solo founders. Connect Claude Code, Cursor, Claude Desktop, VS Code, Gemini CLI, Windsurf, or any MCP client, and your AI agent can run the drafting side of your posting pipeline.

Tell your agent what you shipped today, and a finished draft lands in your Posthell queue with a suggested time. You review and approve; Posthell publishes to up to 15 networks with per-network tailoring.

This is a hosted remote server (streamable HTTP). There is nothing to install or run locally.

Endpoint:  https://www.posthell.com/api/mcp
Auth:      Authorization: Bearer <your Posthell API key>
Docs:      https://www.posthell.com/mcp
Registry:  io.github.Rohan27s/posthell

Tools

Tool What it does
shape_post Turns rough notes into 2-3 post angles, in your voice. Grounded only in what you wrote; never invents facts.
create_draft Queues a draft, optionally with a suggested publish time. Always requires human approval before anything publishes.
list_posts Reads your queue and recent posts, so an agent never drafts the same thing twice.
get_growth Follower growth per network, so an agent knows where posting matters most.

The safety line

Agents propose, humans approve. There is no publish tool, on purpose. No MCP tool can publish, schedule for real, or spend credits. Every draft waits in your Posthell queue until you approve it.

Setup

  1. Start a trial at posthell.com and connect your networks.
  2. Create an API key in the dashboard's Agents tab (shown once, revocable anytime, up to 5 active keys).
  3. Add the server to your client.

Claude Code

claude mcp add --transport http posthell https://www.posthell.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY"

Cursor / any JSON-config client

{
  "mcpServers": {
    "posthell": {
      "url": "https://www.posthell.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude Desktop (via mcp-remote bridge)

{
  "mcpServers": {
    "posthell": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://www.posthell.com/api/mcp", "--header", "Authorization: Bearer YOUR_API_KEY"]
    }
  }
}

Per-client instructions for VS Code, Gemini CLI, and Windsurf: https://www.posthell.com/mcp

Supported networks

X (Twitter), LinkedIn, Instagram, Facebook, Threads, Bluesky, TikTok, YouTube, Pinterest, Reddit, Telegram, Discord, Snapchat, Google Business Profile, WhatsApp.

Rate limits

Per user: shape_post 6/min (shares your plan's monthly AI draft quota), create_draft 12/min (max 30 queued drafts/day), reads 30/min. Reads are free on every plan.

About this repository

This repo holds the public metadata for the hosted Posthell MCP server: the server.json published to the official MCP registry, and this documentation. The server itself runs as part of the Posthell product and is not open source.

MCP Server · Populars

MCP Server · New

    longsizhuo

    openInvest

    基于multiple LLM的风险投资助手

    Community longsizhuo
    CCCpan

    Gebaini

    中国数据核验 MCP Server | 身份核验/企业查询/车辆信息/OCR识别/风险评估 | 10个Tool覆盖5大类 | 微信: chenganp | 邮箱: [email protected]

    Community CCCpan
    ucsandman

    DashClaw

    🛡️The governance runtime for AI agents. Intercept actions, enforce guard policies, require approvals, and produce audit-ready decision trails.

    Community ucsandman
    ClementRingot

    SAP Released Objects Server

    Server for SAP Cloudification Repository - Clean Core Level A/B/C/D filtering

    Community ClementRingot
    raintree-technology

    docpull

    Convert the public web into AI-ready Markdown with a local Python CLI/SDK/MCP crawler.