mcp-remote bridge in claude_desktop_config.json.
A plain
"url" entry in claude_desktop_config.json does not work. Claude Desktop’s config file only launches local stdio servers with command and args. Remote HTTP servers are a separate mechanism (MCP docs, Claude Help Center). Use one of the two routes below.Before you start
Grab your API key from app.postqueen.ai: open Settings > Developers > Public API and click Reveal.
Option A: custom connector (recommended)
At the time of writing, Anthropic’s help center lists custom connectors as available across Claude plans, with the Free plan limited to a single custom connector. On Team and Enterprise plans, an organization Owner may need to add the connector in the organization’s settings before members can connect it. Availability and UI naming shift over time. If you do not see the option, check Anthropic’s connectors help article.
1
Open connector settings
In Claude Desktop, open Settings, then Connectors.
2
Add a custom connector
Click Add custom connector and paste the PostQueen endpoint with your API key in the path:Leave the OAuth fields in Advanced settings empty: the key in the URL is the authentication.
3
Confirm
Click Add. PostQueen appears in your connector list, and her 11 tools become available in new conversations.
On your phone
Connectors follow the account, not the device, so once PostQueen is added on the web or the desktop app she appears in the Claude apps on iOS and Android too. Enable her from the tools menu in a chat the same way. New custom connectors generally cannot be created from the mobile apps themselves: add them on the web or desktop first and they show up on your phone.Plan availability
At the time of writing, Anthropic’s help center lists custom connectors as available across Claude plans, with the Free plan limited to a single custom connector. On Team and Enterprise plans an organization Owner may need to add the connector in the organization’s settings before members can connect it. Availability and UI naming shift over time. If you do not see the option, check Anthropic’s connectors help article.Option B: mcp-remote bridge (config file)
The mcp-remote bridge launches on your machine and forwards Claude Desktop’s stdio traffic to PostQueen over HTTP. Requires Node.js.
1
Open the config file
In Claude Desktop, open Settings, go to the Developer tab, and click Edit Config. The file lives at:
- macOS
- Windows
2
Add the PostQueen server
Add PostQueen to the
mcpServers block. Both forms authenticate with the same key.- Key in the URL
- Bearer token
3
Restart Claude Desktop
Quit Claude Desktop completely and reopen it, because the config is only read at launch. PostQueen shows up under the connectors indicator in the conversation input box.
Self-hosted
On a self-hosted instance, replacehttps://api.postqueen.ai with your NEXT_PUBLIC_BACKEND_URL:
/api, so the MCP path sits at /api/mcp. Use whatever NEXT_PUBLIC_BACKEND_URL is set to, then append /mcp/YOUR_API_KEY.
Your reverse proxy has to forward the
/mcp paths and stream the response rather than buffering it. The configuration, and the Nginx setting that silently breaks this, are on MCP on a self-hosted install.Verify
Start a new conversation and ask:“List my connected social media accounts”
Claude calls the
integrationList tool and returns your connected accounts. She is wired up.PostQueen does not show up after a restart
PostQueen does not show up after a restart
Make sure you quit the app entirely (not just closed the window), the JSON is valid, and Node.js is installed (
node --version). Config changes only load at launch.Tools fail or the connection drops
Tools fail or the connection drops
Check that the API key was pasted in full, with no whitespace. For Option B, Claude Desktop writes MCP logs to
~/Library/Logs/Claude/mcp*.log on macOS and %APPDATA%\Claude\logs on Windows. Look for mcp-server-postqueen.log.Next steps
Tools reference
Every parameter of the 11 tools Claude just discovered
Examples
The flows where she has to look something up before she can post
Limits and troubleshooting
What MCP cannot reach, and what a bad key looks like