zd-mcp-server

zd-mcp-server

3.3

If you are the rightful owner of zd-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides AI assistants like Claude with seamless integration to Zendesk Support.

The Zendesk MCP Server is a robust tool designed to integrate AI assistants with Zendesk Support, enabling natural language interactions with support tickets. This server allows users to search, create, update, and manage Zendesk tickets through conversational AI, making customer support more efficient and intuitive. It supports complete ticket management, including adding comments and notes, advanced search capabilities, incident and tag management, and secure authentication using Zendesk API tokens. The server is easy to install via npm or npx and can be configured with environment variables for seamless operation. It is compatible with various MCP clients, including Claude Desktop and Cursor IDE, and supports standard MCP protocols.

Features

  • Complete Ticket Management: Create, read, update, and search Zendesk tickets
  • Comments & Notes: Add public comments and private internal notes
  • Advanced Search: Search tickets using Zendesk's powerful query syntax
  • Incident Management: Retrieve and manage linked incident tickets
  • Tag Management: Add and manage ticket tags and metadata

Tools

  1. zendesk_get_ticket

    Search work orders by ID

  2. zendesk_get_ticket_details

    Get ticket details, including comments

  3. zendesk_search

    Search tickets using Zendesk query syntax

  4. zendesk_create_ticket

    Create a new work order

  5. zendesk_update_ticket

    Update ticket properties

  6. zendesk_add_private_note

    Add internal comments to the ticket

  7. zendesk_add_public_note

    Add public comments to work orders