Alex's Zendesk MCP Server
Provides tools for managing Zendesk tickets, including retrieving ticket fields, unsolved tickets by agent, ticket comments, and calculating ticket priority based on SLA, age, response time, and status.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Alex's Zendesk MCP ServerShow unsolved tickets for Jane Smith"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Alex's Zendesk MCP Server
A Model Context Protocol (MCP) server that utilizes the node-zendesk library.
Authorization
This server requires authorization for all endpoints except the health check. You can authenticate by adding the auth token to the server's URL, i.e. https://server-url.com/mcp?auth_token={your_auth_token}
Related MCP server: Zendesk MCP Server
Configuration
Create src/config.js with the following info
export const zendeskConfig = {
username: 'your_username',
token: 'your_zendesk_token',
subdomain: 'your_subdomain'
};Endpoints
/health- Health check (no auth required)/mcp- MCP server endpoint (requires auth)/sse- Server-sent events endpoint (requires auth)
Adding to Claude
{
"mcpServers": {
"Alexs Zendesk Server": {
"command": "npx",
"args": [
"mcp-remote",
"https://server-url.com/mcp?auth_token={your_auth_token} "
]
}
}
}Available Tools
get_ticket_fields_by_id - Returns all ticket fields for a specified ticket ID
get_unsolved_ticket_ids_by_agent_name - Returns unsolved tickets assigned to an agent
get_ticket_comments - Get all comments for a specific ticket
get_ticket_priority - Calculate ticket priority based on SLA, age, response time, and status
This server cannot be deployed
Maintenance
Related MCP Connectors
Read tickets, contacts, companies, agents and groups; create, update and reply to tickets.
Read tickets, users, orgs, macros and satisfaction ratings; create, update and comment on tickets.
Zendesk MCP Pack — tickets, users, organizations via OAuth.
List, search, create, update, and reply to support tickets across your Dispatch Tickets brands.
Related MCP Servers
- AlicenseAqualityBmaintenanceThis server provides a comprehensive integration with Zendesk. Retrieving and managing tickets and comments. Ticket analyzes and response drafting. Access to help center articles as knowledge base.7121Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with Zendesk ticket data for customer support analysis and insights. It supports searching tickets by tags or keywords, retrieving ticket details, and analyzing agent performance and service trends.-
- AlicenseAqualityDmaintenanceEnables comprehensive management of Zendesk tickets, comments, and Help Center articles through tools for searching, creating, and updating content. It includes specialized prompts for ticket analysis and response drafting to streamline support workflows.71Apache 2.0
- AlicenseAqualityAmaintenanceEnables reading and writing Zendesk tickets, including searching, fetching comments, posting replies and internal notes, setting ticket status, assigning tickets, logging time, and formatting tickets as Markdown issue drafts for handoff to GitLab, GitHub, or Jira.29154 PyPI7Apache 2.0