MCP Server Guides
Set up the Zendesk MCP server
The MintMCP Zendesk MCP server gives AI agents access to Zendesk support tickets, users, organizations, and related data. This guide covers creating an OAuth client in the Zendesk Admin Center and connecting it to the MintMCP-hosted Zendesk server.
Prerequisites
- A MintMCP admin account
- A Zendesk account with admin access (required to create OAuth clients in the Admin Center)
Create a Zendesk OAuth client
-
Go to your Zendesk Admin Center at
https://{your-subdomain}.zendesk.com/admin/apps-integrations/apis/apis/oauth_clients. -
Click Add OAuth client.
-
Fill in the client details:
Field Value Name MintMCPDescription Zendesk MCP ClientCompany Your company name Unique identifier Your company name Client kind Confidential -
In the Redirect URLs field, enter:
https://app.mintmcp.com/oauth/callback -
Click Save.
After saving, Zendesk displays the Secret once. Copy it immediately — it will not be shown again.
Copy the client ID and secret
- After saving, note the value in the Unique identifier field — this is your Client ID.
- Copy the Secret displayed on the confirmation screen — this is your Client Secret.
Keep both values — you'll need them in the next step.
Set up Zendesk in MintMCP
- Go to app.mintmcp.com/vmcps?tab=manage-store.
- Find the Zendesk MCP server in the list and click to add it to your store.
- When prompted, enter:
- Client ID: paste the Unique identifier value from the previous step
- Client Secret: paste the Secret from the previous step
- Zendesk Domain: your Zendesk subdomain (e.g.,
yourcompany.zendesk.com)
- Click Save.
Security considerations
- The Client Secret is shown only once in Zendesk — store it securely immediately after creation.
- Each user authenticates individually through OAuth, so actions are attributed to their Zendesk identity and limited by their existing Zendesk permissions.
- To revoke access, delete the OAuth client from the Zendesk Admin Center.
Next steps
- Tool customization — Control which Zendesk tools are exposed to users
- MCP gateway administration — Manage access and permissions