ChatGPT
Use distribute with ChatGPT Plus, Pro, Team, or Enterprise.
Option 1: MCP Connector
If your ChatGPT plan supports MCP connectors:
- Go to Settings → Connectors
- Click Add Custom Connector
- Enter the name:
distribute - Configure the MCP server command:
npx @distribute/mcp --api-key=YOUR_KEY - Save and enable
Option 2: REST API via GPT Actions
You can also create a custom GPT that calls the distribute REST API:
- Create a new GPT in ChatGPT
- Add an Action pointing to
https://api.distribute.you/v1 - Configure authentication with your API key in the
X-API-Keyheader - Import the OpenAPI spec from
https://api.distribute.you/docs
Requirements
- ChatGPT Plus, Pro, Team, or Enterprise subscription
- distribute API key (get one at dashboard.distribute.you)