Claude Desktop Integration

PostQuickAI for Claude Desktop

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.

1. Open claude_desktop_config.json

Fastest path from inside Claude Desktop:

Settings → Developer → Edit Config

Or navigate manually:

# macOS
~/Library/Application Support/Claude/claude_desktop_config.json

# Windows
%APPDATA%\Claude\claude_desktop_config.json

2. Add the PostQuickAI MCP server

{
  "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.

3. Fully quit and reopen Claude Desktop

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.

4. Verify + start using

Click the 🔌 plug icon in the chat input — you should see postquickai listed with its tools. Then try:

"List my PostQuickAI content groups"
"Schedule a post about our product launch for tomorrow at 10am to Twitter and LinkedIn"
"What did I post last week? Summarize by engagement."
"Generate a carousel about our onboarding flow and schedule it for Friday noon"

API and agent access

Add programmatic access to Basic or Pro

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.

FAQ

Frequently Asked Questions

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.

Troubleshooting

Connection failed

Set command to npx and provide args as an array. Restart the agent after changing its configuration.

API add-on required

MCP and REST API access require the paid add-on. View add-on details.

API key missing

Create a key in API settings. Keys begin with pq_live_ and belong in the MCP configuration environment block.

Rate limit reached

Basic allows 30 requests/minute and 5,000/day. Pro allows 120 requests/minute and 50,000/day. Read the rate-limit reference.

Claude Desktop setup still failing

Check the developer documentation or email konark@arktechllc.net.

Setup guides for other agents

Each guide uses the same PostQuickAI API and MCP server with tool-specific configuration.

From chat to shipped posts in one message

Claude Desktop + PostQuickAI = your daily social workflow inside the conversation you're already having.

View Plans