Zendesk (npx) MCP Server
CommunityContributed by koundinya
Manage Zendesk Support tickets through natural language: retrieve, search, create, and update tickets, add public or private comments, handle tags, and inspect linked incidents.
About the Zendesk (npx) MCP Server
The Zendesk (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Zendesk Support tickets through natural language: retrieve, search, create, and update tickets, add public or private comments, handle tags, and inspect linked incidents. This is a community-contributed MCP server by koundinya.
Install the Zendesk (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zd-mcp-server"
],
"env": {
"ZENDESK_SUBDOMAIN": "${input:ZENDESK_SUBDOMAIN}",
"ZENDESK_EMAIL": "${input:ZENDESK_EMAIL}",
"ZENDESK_TOKEN": "${input:ZENDESK_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "ZENDESK_SUBDOMAIN",
"label": "Zendesk Subdomain",
"description": "Your Zendesk subdomain - the part before .zendesk.com in your account URL (e.g. for https://yourcompany.zendesk.com, enter 'yourcompany').",
"type": "text",
"required": true,
"placeholder": "yourcompany"
},
{
"id": "ZENDESK_EMAIL",
"label": "Zendesk Email",
"description": "The email address of the Zendesk agent account used to authenticate. The API token is appended to this account via token auth.",
"type": "text",
"required": true,
"placeholder": "[email protected]"
},
{
"id": "ZENDESK_TOKEN",
"label": "Zendesk API Token",
"description": "A Zendesk API token used together with your agent email for token-based authentication.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "********************************",
"obtain": {
"url": "https://support.zendesk.com/hc/en-us/articles/4408889192858",
"instructions": "1. Sign in to Zendesk as an admin\n2. Go to Admin Center > Apps and integrations > APIs > Zendesk API\n3. Open the Settings tab and enable Token access\n4. Click 'Add API token'\n5. Optionally add a description, then copy the generated token (it is shown only once)",
"button_label": "Create API Token"
}
}
]
}
}Categories
Tags
Links
Supported AI Clients
The Zendesk (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Slack (Docker)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via Docker container.
Slack (npx)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via npx.
Google Workspace (uvx)
Access Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, and Apps Script from a single MCP server. 100+ operations across all Google Workspace services.
Businys
221 MCP tools across 26 practices for independent professionals. Manage clients, bookings, invoices, contracts, programs, sessions, and more. Open platform with full data export on all paid tiers.
Discord (Docker)
Control a Discord bot via Docker. Send and manage messages, administer channels, categories, roles, webhooks, forums, invites, scheduled events, and emojis, plus moderation actions across your servers â all in an isolated container.
Freshdesk (uvx)
Interact with Freshdesk customer support. Manage tickets, conversations, contacts, companies, agents, and ticket fields through the Freshdesk API.
Install Zendesk (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.