Claude Desktop Integration
One MCP entry unlocks 40+ social media tools inside your daily Claude conversation. Ask in plain English — Claude schedules, generates, and analyzes for you.
Requires Claude Desktop (free download from claude.ai) and the PostQuickAI API add-on.
Fastest path from inside Claude Desktop:
Or navigate manually:
# macOS
~/Library/Application Support/Claude/claude_desktop_config.json
# Windows
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"postquickai": {
"command": "npx",
"args": ["-y", "@postquickai/mcp"],
"env": {
"POSTQUICKAI_API_KEY": "pq_live_your_key_here"
}
}
}
}Already have other MCP servers? Add "postquickai": { ... } alongside them — mcpServers is an object that holds any number of entries.
Cmd+Q on macOS or right-click the system-tray icon → Quit on Windows. Closing the window isn't enough — MCP servers only load on full process restart.
Click the 🔌 plug icon in the chat input — you should see postquickai listed with its tools. Then try:
MCP server, Skills, and REST API are all included with the API add-on on any paid plan.
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. Windows: %APPDATA%\Claude\claude_desktop_config.json. Create the file if it doesn't exist.
Settings → Developer → "Edit Config" opens the file in your default editor. Faster than hunting for it in Finder/Explorer.
Yes. Fully quit Claude Desktop (Cmd+Q on macOS, right-click tray icon → Quit on Windows) and reopen. MCP servers only load at startup.
In Claude Desktop look for the 🔌 icon in the chat input — click it to see installed MCP servers. postquickai should be listed. Or just ask Claude "list my PostQuickAI content groups" and see if the tool fires.
Claude Skills (SKILL.md packages) are a Claude Code feature today. Claude Desktop uses MCP tools directly — the same workflows work via natural language prompts; you just don't get the named `/skill` invocation syntax.
Yes. The `mcpServers` object takes any number of entries — add PostQuickAI alongside your other servers (filesystem, GitHub, etc.). Restart Claude Desktop after each change.
Almost always a config format issue. Make sure command is just npx and args is an array — never put the whole command in one string. Also fully quit and restart your agent after editing config.
MCP and REST API access both require the API add-on on your plan. Enable it at postquick.ai/pricing.
Generate a key at postquick.ai/dashboard/api. Keys start with pq_live_. Put it in the env block of your MCP config.
Basic plan: 30 req/min, 5k/day. Pro plan: 120 req/min, 50k/day. See rate limits in the API docs.
Still stuck? See the developer docs or email support@postquick.ai.
PostQuickAI is agent-native — same API, same MCP server, same skills bundle across every major AI coding agent.
Claude Desktop + PostQuickAI = your daily social workflow inside the conversation you're already having.
Start free trial