Skip to main content
Glama
aleburbridge

Alex's Zendesk MCP Server

by aleburbridge

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

  1. get_ticket_fields_by_id - Returns all ticket fields for a specified ticket ID

  2. get_unsolved_ticket_ids_by_agent_name - Returns unsolved tickets assigned to an agent

  3. get_ticket_comments - Get all comments for a specific ticket

  4. get_ticket_priority - Calculate ticket priority based on SLA, age, response time, and status

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    This 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.
    114
    Apache 2.0
  • F
    license
    -
    quality
    D
    maintenance
    Enables 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.
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    7
    1
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    29
    4
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Zendesk MCP Pack — tickets, users, organizations via OAuth.

  • Freshdesk MCP Pack — helpdesk ticket and contact management via Freshdesk API v2.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aleburbridge/alexs-zendesk-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server