Prerequisites
- A paid ChatGPT plan. Custom MCP connectors require developer mode, which OpenAI offers on paid plans on the web. Individual Plus and Pro accounts have it, and on Business, Enterprise and Edu workspaces an admin can turn it off or restrict who gets it. It is not available on the Free plan. Availability changes over time, so if you do not see the option, check OpenAI’s developer mode help article for the current state.
- Your PostQueen API key. In the PostQueen app at app.postqueen.ai, open Settings > Developers > Public API and click Reveal.
Setup
1
Turn on developer mode
In ChatGPT on the web, open Settings, then Security and login, and turn on Developer mode. On Business, Enterprise and Edu workspaces an admin controls this switch, so ask them to enable it if you do not see it.
2
Create the connector
Open Settings, then Plugins (or go to
chatgpt.com/plugins) and click the + button. Fill in the form:-
Name:
PostQueen -
Description:
Schedule and publish social media posts through PostQueen(optional) -
MCP Server URL:
- Authentication: No authentication
YOUR_API_KEY with the key you revealed earlier. “No authentication” is correct here because the key is already embedded in the URL; there is nothing else to configure.Check the box confirming you trust the connector, then save. The new app appears under Drafts. ChatGPT warns that custom connectors are not verified by OpenAI; that warning is standard for every custom MCP connector.3
Enable it in a chat
A saved connector is not active everywhere automatically. In a new conversation, open the + menu, choose Developer mode, and include the PostQueen app.
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. 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
With the connector enabled in a chat, ask:“List my connected social media accounts”Your channel names come back, because ChatGPT reached for her
integrationList tool. If it fails, check that the API key was pasted in full inside the URL, that developer mode is on, and that the connector is enabled in the current chat.
Next Steps
MCP Tools
See what all 11 tools can do
Examples
Real prompts and the tool calls they trigger