The AI-Operable Social Inbox: Let Claude or ChatGPT Answer Your Comments
PostFast's Social Inbox works from Claude, ChatGPT, Cursor or any MCP client: read comments, draft replies, hide spam and triage, on every plan.

Until this week, "AI for social media" meant one thing: writing. Draft the caption, pick the hashtags, schedule the post. What happened after publishing, the forty comments asking about pricing, the spam, the question you missed three days ago, stayed a human job.
That changes with the PostFast Social Inbox. It is not just a screen in the dashboard. Every inbox action is exposed through our MCP server and public API, which means Claude, ChatGPT, Cursor, or any MCP client can operate it: read your comments, draft replies, send them, hide spam, and hand the tricky ones back to you. As far as we can tell, PostFast is the first social media tool where an AI assistant can run the inbox.
The Workflow, In One Prompt
Connect PostFast to your assistant, then say:
"Go through today's comments, answer the easy ones in my voice, and flag anything I should see myself."
Here is what happens behind that sentence:
- The assistant calls
list_inbox_conversationsand sees every unanswered comment thread across your TikTok, Instagram, Facebook and Threads accounts, grouped by post, newest first. - For each thread it reads the full context with
list_inbox_items: the comment, earlier replies, who wrote what. - It drafts replies and sends the easy ones with
reply_to_inbox_item. Character limits are enforced by the server, so the assistant cannot break platform rules even if it tries. - Spam gets hidden with
set_inbox_item_state. Questions that need you get left open, or assigned to a teammate withassign_inbox_conversation. - Everything it answered gets closed with
set_inbox_conversation_status, so your inbox is a to-do list that actually shrinks.

The replies land on the platform like any other reply, and they show up in your PostFast inbox thread marked as sent via API, so you always see what your assistant did.

Guardrails, Because Replies Are Public
Letting software answer your customers in public deserves some skepticism, so here is exactly how the boundaries work:
- You decide what it can touch. Connecting from Claude or ChatGPT is an OAuth flow: a consent screen where viewing comments, replying, and moderating are separate permissions you grant one by one. The assistant then acts as you, with your workspace role still enforced on every request, and disconnecting the connector cuts access instantly. Running your own script or the local server instead? That uses a workspace API key you create and can revoke any time. Either way, the inbox only ever contains comments on your own posts, pushed to PostFast by the platforms themselves.
- The server decides what is possible, not the AI. Every conversation carries a server-computed reply capability: whether replying is allowed, the exact character limit, and whether the platform's reply window is still open. The assistant reads those fields instead of guessing platform rules.
- Instagram private replies stay official. An assistant can move a "how much is it?" comment to DMs using Instagram's official private reply, once per comment, within 7 days, exactly like a human would.
- You choose the autonomy level. Most people start with "draft replies and show me before sending" and only later graduate to letting the assistant send routine answers itself. The prompt is the policy.
Setting It Up
- Claude: add PostFast as a custom connector using
https://mcp.postfa.st/mcp, or install the local server. Steps: postfa.st/api-integrations/claude - ChatGPT: connect through Developer mode: postfa.st/api-integrations/chatgpt
- Cursor, VS Code, or any MCP client:
npx postfast-mcpwith your workspace API key: postfa.st/api-integrations/mcp - Your own code or agents: the same operations are plain REST endpoints under
/social-inbox, documented at postfa.st/docs
Ten inbox tools ship in postfast-mcp 0.3.0: listing and reading conversations, unread counts, replying, Instagram private replies, hide and delete, mark-read, snooze and close, and assignment.
What It Costs: Nothing Extra
The Social Inbox, including AI access to it, is part of every PostFast plan, from Starter at 12 euro a month, and it is in the 7-day free trial. No per-seat inbox pricing, no engagement add-on, no separate AI tier. In most social tools the inbox alone starts at several times our whole subscription.
Honest Limits
- It is a comments inbox by design. Comments on your own posts, plus Instagram private replies.
- Platforms today: TikTok (Business accounts), Instagram, Facebook Pages and Threads. LinkedIn comments are coming soon.
- An assistant is as good as your instructions. Give it your tone, tell it what it must never answer (refunds, complaints, anything legal), and keep the flagged pile for yourself. The assign and snooze tools exist exactly so the handoff is clean.
Frequently Asked Questions
Which AI assistants can use the PostFast Social Inbox?
Any MCP client: Claude (custom connector or the local server), ChatGPT via Developer mode, Cursor, VS Code, and anything else that speaks MCP. There is also a plain REST API under /social-inbox for your own scripts and agents.
Can the AI send replies without my approval?
Only if you tell it to. In Claude or ChatGPT the assistant connects through OAuth with the scopes you approve, and for scripts it is an API key you control. The usual pattern is draft-first: it proposes replies and you approve before anything is sent. Fully autonomous replying is possible, but that is a prompt you write deliberately.
What stops the AI from breaking platform rules?
The server. Every conversation carries a computed reply capability: whether a reply is allowed, the exact character limit per platform, and whether the reply window is still open. Replies that violate those constraints are rejected server-side.
Which platforms does this work on?
TikTok (Business accounts), Instagram, Facebook Pages and Threads comments, with LinkedIn coming soon. The inbox handles comments on your own posts, not direct messages, with official Instagram private replies as the one DM-shaped exception.
Does AI access cost extra?
No. The Social Inbox and its MCP and API access are included in every PostFast plan, from Starter at 12 euro a month, and in the free trial.
Your posts get comments whether you are online or not. Now your assistant can hold the line until you are.
Related articles

Introducing the PostFast Social Inbox: Schedule, Publish, and Now Reply
The PostFast Social Inbox is live: TikTok, Instagram, Facebook and Threads comments in one stream, replies included, on every plan from 12 euro a month.

Best Recurring Affiliate Programs in 2026 (SaaS and Social Media Tools)
The best recurring affiliate programs in 2026: 14 SaaS and social media tools compared by commission rate, duration, cookie window and payout terms. Real numbers, checked on official pages.

Hermes Agent vs OpenClaw (2026): Which AI Agent Should You Run?
Hermes Agent vs OpenClaw in 2026: adoption, skills, MCP, security, and pricing compared side by side. Plus where NanoClaw fits and how to choose.

How to Automate Social Media Posts: The Practical Guide
Learn how to automate social media posts the right way: what to automate, what to keep human, a step by step afternoon setup, and where AI helps or hurts.

How to Automate Social Media Posting with n8n (Free Templates + Verified Node)
Automate social media posting with n8n: install the verified PostFast node, start from free templates, upload media, schedule carousels, and add approval.

Best AI Tools for Social Media Management in 2026 (Honest Guide)
The best AI tools for social media management in 2026: honest picks for drafting, scheduling and agent-run workflows, plus copy-paste ChatGPT prompts.