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:
API and agent access
The paid API and agent add-on includes the REST API, MCP server, Claude Skills, and AGENTS.md integration. It is not included with either scheduler 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.
Set command to npx and provide args as an array. Restart the agent after changing its configuration.
MCP and REST API access require the paid add-on. View add-on details.
Create a key in API settings. Keys begin with pq_live_ and belong in the MCP configuration environment block.
Basic allows 30 requests/minute and 5,000/day. Pro allows 120 requests/minute and 50,000/day. Read the rate-limit reference.
Check the developer documentation or email konark@arktechllc.net.
Each guide uses the same PostQuickAI API and MCP server with tool-specific configuration.
Claude Desktop + PostQuickAI = your daily social workflow inside the conversation you're already having.
View Plans