MCP Server
@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.
claude mcp add postquickai \
-e POSTQUICKAI_API_KEY=pq_live_your_key \
-- npx -y @postquickai/mcp
# Verify
claude mcp listThe `--` separator matters — everything after it is the command + args.
{
"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.
# ~/.codex/config.toml
[mcp_servers.postquickai]
command = "npx"
args = ["-y", "@postquickai/mcp"]
env = { POSTQUICKAI_API_KEY = "pq_live_..." }npx -y @postquickai/mcpRun via stdio. Set POSTQUICKAI_API_KEY in the environment.
Every tool matches a v1 REST endpoint. Add a new endpoint → the tool appears automatically. No drift.
generatePostgenerateImagegenerateVideogenerateCaptiongenerateHashtagsadjustTonecustomEditlistPostscreatePostpublishPostschedulePostregeneratePostupdatePostdeletePostresetPostPlatformsgenerateVideogetVideoStatuspublishVideoscheduleVideoresetVideoPlatformslistContentGroupscreateContentGroupgetInstructionsupdateInstructionsgetPostAnalyticsgetGroupAnalyticslistAccountsdisconnectAccountMCP gives raw tools. Skills give expert workflows — opinionated, multi-step recipes that chain MCP tools with best-practice defaults. Install both.
One subscription unlocks the full PostQuickAI app PLUS the MCP server, Claude Skills, AGENTS.md drop-in, and REST API. Required for all agent integrations.
7-day free trial included. API add-on is part of both plans.
@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.
PostQuickAI is agent-native — same API, same MCP server, same skills bundle across every major AI coding agent.
Get an API key, add the MCP config, ask your agent to post something.
Start a 7-day free trial