MCP Server

Schedule social media from any agent — Claude, Cursor, Codex, and more

@postquickai/mcp is our official Model Context Protocol server. Install it once, and 40+ social media tools become available to every MCP-compatible agent you use.

Requires the API add-on. Spec auto-generated from /openapi.json.

Connect remotely

Requires API add-on

Add PostQuickAI to Claude.ai or ChatGPT as a remote connector — no install, no API key to copy. Sign in, approve, done.

Connector URL

https://www.postquick.ai/api/mcp

Claude.ai

Settings → Connectors → Add custom connector → paste the URL → sign in & approve.

ChatGPT

Settings → Connectors → Add → paste the URL → sign in & approve.

The connector signs you in with OAuth — your password is never shared with the AI client. See the MCP connector privacy notice.

Install locally (CLI agents)

For Claude Code, Cursor, Codex, and other local agents, install the @postquickai/mcp stdio package with your API key.

Claude Code (CLI — recommended)

claude mcp add postquickai \
  -e POSTQUICKAI_API_KEY=pq_live_your_key \
  -- npx -y @postquickai/mcp

# Verify
claude mcp list

The `--` separator matters — everything after it is the command + args.

Claude Desktop / Cursor (JSON config)

{
  "mcpServers": {
    "postquickai": {
      "command": "npx",
      "args": ["-y", "@postquickai/mcp"],
      "env": {
        "POSTQUICKAI_API_KEY": "pq_live_..."
      }
    }
  }
}

Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json. Cursor: Settings → MCP.

OpenAI Codex CLI

# ~/.codex/config.toml
[mcp_servers.postquickai]
command = "npx"
args = ["-y", "@postquickai/mcp"]
env = { POSTQUICKAI_API_KEY = "pq_live_..." }

Any other MCP client

npx -y @postquickai/mcp

Run via stdio. Set POSTQUICKAI_API_KEY in the environment.

40+ tools, auto-generated from our API

Every tool matches a v1 REST endpoint. Add a new endpoint → the tool appears automatically. No drift.

Content generation

generatePostgenerateImagegenerateVideogenerateCaptiongenerateHashtagsadjustTonecustomEdit

Posts

listPostscreatePostpublishPostschedulePostregeneratePostupdatePostdeletePostresetPostPlatforms

Videos

generateVideogetVideoStatuspublishVideoscheduleVideoresetVideoPlatforms

Brand & content groups

listContentGroupscreateContentGroupgetInstructionsupdateInstructions

Analytics

getPostAnalyticsgetGroupAnalytics

Accounts

listAccountsdisconnectAccount

Example prompts

“Schedule a post for Acme Fitness tomorrow at 9am about home workouts — post to Instagram and LinkedIn.”
“Generate 7 posts for this week, spread across Monday–Friday at 9am / 12pm / 6pm.”
“How did my posts do last month? Give me the top 3 by engagement.”
“Create a 5-tweet thread explaining why founders hire too fast — post to X, Threads, and Bluesky.”
“Disconnect the TikTok account that's failing and reset the platforms on the 4 failed posts so I can retry.”

Pair with Skills

MCP gives raw tools. Skills give expert workflows — opinionated, multi-step recipes that chain MCP tools with best-practice defaults. Install both.

Pricing

API + Agent access

The MCP server, Claude Skills, AGENTS.md drop-in, and REST API are sold as a single paid API add-on. It is never bundled with Basic or Pro — you opt in only when you need programmatic access. Stack it on top of any subscription.

Basic + API add-on
Subscription from $8/mo + API add-on
  • • 5 content groups
  • • 100 AI images / 10 videos / mo
  • 30 req/min, 5k/day API
  • • All 40+ MCP tools
  • • Claude Skills + AGENTS.md
Recommended
Pro + API add-on
Subscription from $20/mo + API add-on
  • • Unlimited content groups
  • • High image / 25 video credits
  • 120 req/min, 50k/day API
  • • All 40+ MCP tools
  • • Claude Skills + AGENTS.md
  • • Priority human support

7-day free trial on the subscription. The API add-on is always purchased separately on top of Basic or Pro.

FAQ

Frequently Asked Questions

@postquickai/mcp is an npm package that exposes every PostQuickAI v1 API endpoint as MCP tools. Any MCP-compatible agent (Claude Code, Cursor, Codex, ChatGPT Desktop, Gemini CLI, OpenClaw) can then schedule posts, generate content, publish to platforms, and pull analytics directly — no hand-written integration needed.

Add it to your MCP client config with `npx -y @postquickai/mcp` and set POSTQUICKAI_API_KEY in the env block. Full per-agent install instructions are on this page.

Yes — MCP access uses the same API add-on as our REST API. Get a pq_live_ key at postquick.ai/dashboard/api. Base plan pricing starts at $8/month.

Yes. Tools are auto-generated from the live /openapi.json. Every time we ship a new endpoint, every MCP client picks it up automatically on next restart.

Install the companion kodenark/postquickai-agent-skills marketplace for opinionated workflows (weekly content batches, performance analysis, brand onboarding) on top of the raw MCP tools. See /agent-skills.

Also works with

PostQuickAI is agent-native — same API, same MCP server, same skills bundle across every major AI coding agent.

Start shipping

Get an API key, add the MCP config, ask your agent to post something.

Start a 7-day free trial