You need your PostQueen API key first. In the app at app.postqueen.ai, open Settings > Developers > Public API and click Reveal.
Option A: Cursor UI
1
Open the Customize page
Open the Customize page from the Cursor sidebar, which is where you install and remove MCP servers.
2
Add the PostQueen server
Add an entry named Replace
postqueen with the streamable HTTP URL. Cursor opens an mcp.json file for you to edit:YOUR_API_KEY with the key you revealed in the PostQueen app, then save the file.3
Enable the server
Back on the Customize page, make sure the
postqueen server is enabled. Cursor connects and lists the server’s 11 tools.Option B: Config File
You can skip the UI and create the config file directly. Cursor reads MCP servers from two locations:.cursor/mcp.jsonin your project root, which applies to that project only~/.cursor/mcp.jsonin your home directory, which applies to every project
- API Key in URL
- Bearer Token
mcp.json reference.
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
Open Cursor’s chat in agent mode and ask:“List my connected social media accounts”Your channel names come back, because the agent reached for her
integrationList tool. If it fails, check that the postqueen server is enabled on the Customize page, that the API key was pasted in full, and that no firewall blocks api.postqueen.ai.