ChatGPT Desktop
Connect the Paradex MCP server to ChatGPT Desktop in a few steps.
ChatGPT Desktop cannot run local programs directly, so you use ngrok to create a tunnel from your local MCP server to a public URL that ChatGPT can connect to.
Complete prerequisites
Follow the Prerequisites guide to install Python, uvx, and get your Paradex private key.
Connect in ChatGPT
- Open ChatGPT Desktop → Settings → Advanced → Developer Mode (enable if not already).
- Go to Settings → Connectors → Create.
- Paste
https://xxxx.ngrok-free.app/mcp. - Click I trust this provider.
Limitation: The tunnel URL changes every time you restart ngrok (free tier). Update the connector URL each session.
OpenAI Agents SDK (for developers)
For custom Python apps (not the ChatGPT interface). No remote hosting needed.