Install guide and config at curatedmcp.com
Zendesk MCP: Let Claude Handle Your Support Tickets
Support teams spend hours context-switching between tickets, customer profiles, and SLA dashboards. Zendesk MCP bridges that gap by giving Claude direct access to your entire support operation—letting you automate ticket triage, surface customer history instantly, and handle repetitive support workflows without leaving your IDE or chat interface.
What It Does
Zendesk MCP is the official integration that unlocks full support automation for AI agents. Instead of manually jumping into Zendesk's UI, you can now tell Claude to create a ticket, search customer history, update priorities, or generate a conversation summary—all via natural language.
The server handles the heavy lifting: ticket CRUD operations, user and organization lookups, tag and group management, SLA queries, internal notes, public replies, and even macro/trigger inspection. This means Claude can pull customer context, understand what's already been tried, and draft or post responses without you copying information between tabs.
Key capabilities include creating support tickets with full metadata, searching across your ticket database, updating SLA status and priorities, managing ticket assignments to groups, adding internal notes (for team collaboration), posting public replies, and summarizing entire support conversations. You also get visibility into your automation setup—macros and triggers—so Claude can understand your support logic.
How to Install
npx -y @zendesk/mcp
Add to your Claude Desktop config:
{
"mcpServers": {
"zendesk-mcp": {
"command": "npx -y @zendesk/mcp",
"env": {
"ZENDESK_SUBDOMAIN": "your-subdomain",
"ZENDESK_EMAIL": "your-email@example.com",
"ZENDESK_API_TOKEN": "your-api-token"
}
}
}
}
Full setup guides for Cursor and Windsurf are available in the Zendesk developer docs.
Real-World Use Cases
Ticket triage at scale: Tell Claude to search for all "payment issue" tickets from the past week, prioritize high-touch accounts, and draft templated responses—reducing manual sorting from hours to minutes.
Customer context in your IDE: When debugging a customer report in Cursor, ask Claude to pull the full ticket thread and order history in seconds, catching patterns you'd miss manually.
SLA automation: Have Claude monitor SLA status across high-priority tickets, flag breaches, and suggest next steps based on your automation rules—keeping your team ahead of deadlines.
Full install guides for Claude Desktop, Cursor, Windsurf, and more at CuratedMCP.
Top comments (0)