
Schedule Social Media from Claude, ChatGPT, Cursor & Codex with PostQuickAI MCP
Install the official @postquickai/mcp server once and schedule posts, generate content, and pull analytics from Claude Code, ChatGPT, Cursor, OpenAI Codex, Gemini CLI, GitHub Copilot, and any MCP-compatible AI agent.

Author
Your AI agent can now run your entire social media workflow. PostQuickAI ships an official Model Context Protocol (MCP) server — @postquickai/mcp — that exposes 40+ social media tools to Claude, ChatGPT, Cursor, OpenAI Codex, Gemini CLI, GitHub Copilot, OpenClaw, and any other MCP-compatible agent.
TL;DR
- • One
claude mcp addcommand and Claude Code can schedule posts. - • Same MCP server works in Claude Desktop, Cursor, Codex, ChatGPT, Gemini CLI, Copilot, OpenClaw.
- • Tools auto-generated from /openapi.json — no drift.
- • Pair with the Claude Skills marketplace for opinionated workflows.
Why MCP changes social media tooling
For years, scheduling tools assumed a human in front of a dashboard. With MCP, your AI agent is the user: it understands your brand, drafts the post, picks the platforms, schedules at the right time, and reports back on engagement. PostQuickAI is built agent-native — every dashboard action has an API endpoint, every endpoint has an MCP tool, and every tool ships in the same package.
Install in Claude Code (recommended)
claude mcp add postquickai \
-e POSTQUICKAI_API_KEY=pq_live_your_key \
-- npx -y @postquickai/mcp
Restart Claude Code, run claude mcp list, and you should see postquickai as Connected. Full per-agent guide: Claude Code setup.
Install in Claude Desktop, Cursor, Codex, ChatGPT
Every agent uses the same MCP server. The config block looks identical:
{
"mcpServers": {
"postquickai": {
"command": "npx",
"args": ["-y", "@postquickai/mcp"],
"env": { "POSTQUICKAI_API_KEY": "pq_live_..." }
}
}
}
- Claude Desktop — drop the block into
claude_desktop_config.json. - Cursor — Settings → MCP → paste config.
- OpenAI Codex CLI — add to
~/.codex/config.toml. - ChatGPT — MCP + Custom GPT instructions.
- Gemini CLI — register MCP server, then run Gemini commands.
- GitHub Copilot — paste our snippet into
AGENTS.md.
Things you can ask your agent to do
Plan the week
“Plan 7 posts for Acme Fitness this week, spread Mon–Fri at 9am, 12pm, and 6pm — Instagram and LinkedIn.”
Pull analytics
“Show me last month’s top 3 posts by engagement across every platform.”
Build a thread
“Write a 5-tweet thread on hiring mistakes, post to X, Threads, and Bluesky.”
Recover from failures
“Reset the platforms on the failed posts from yesterday and re-schedule for tonight.”
AGENTS.md — for every other agent
Don’t see your favorite agent? PostQuickAI ships a drop-in AGENTS.md snippet. AGENTS.md is the open standard adopted by Codex, Copilot, Cursor, Claude Code, Continue, Aider, OpenHands, and more — paste our block in and your agent learns the API immediately.
Pricing
MCP, Skills, and the REST API ride on the same paid plan. Basic ($8/mo) gets you 30 req/min. Pro ($40/mo) lifts that to 120 req/min and 50k requests/day. See pricing →
Wire up your agent in 5 minutes
Grab an API key, drop in the MCP config, and ask your agent to schedule something.
Browse all agent integrations →

