$ timeahead.in
/ servers/npm/zd-mcp-server
npm

zd-mcp-server

Zendesk MCP Server - Model Context Protocol server for Zendesk Support integration

15 stars302/wkupdated 33d agogithub ↗
80fair
▣ Overview
npm versionLicense: MIT

What it does

This server connects Claude to Zendesk Support via the Zendesk API, exposing eight tools for ticket and incident management. It enables searching, creating, and updating support tickets; adding public comments and private internal notes; and retrieving linked incident tickets. All operations use Zendesk API token authentication and respect the agent's role-based permissions.

Who it's for

Support engineers and customer support agents who use Zendesk as their primary ticketing system. Teams looking to offload repetitive ticket searches, updates, and note-taking to Claude in a conversational interface.

Common use cases

  • Search for high-priority tickets or tickets matching specific criteria via natural language queries
  • Create new support tickets programmatically from incident descriptions or customer reports
  • Add public customer responses or private internal notes to tickets during active investigations
  • Retrieve full ticket details and comment history to provide context-aware suggestions
  • Look up linked incidents associated with problem tickets for cross-impact analysis

Setup pitfalls

  • Requires three environment variables: ZENDESK_EMAIL, ZENDESK_TOKEN, and ZENDESK_SUBDOMAIN. Token generation requires admin access to your Zendesk account.
  • User account must have at least the Agent role and explicit API access enabled in Zendesk permissions.
  • No updates or CI in the past year; test in a non-production Zendesk instance first to verify compatibility with your current setup.
  • Server reads the local filesystem, so restrict it to trusted Claude contexts.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
85
21.3
Adoption
20%
42
8.5
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
79.7
⚿ Capabilities & Risk Explainer
fs readsecrets
◆ Risk level: low· 8 tools · auth: API key
fs read + secrets — requires access to credentials or environment secrets.
Tool nameDescriptionDestructive?
zendesk_get_ticket✓ no
zendesk_update_ticket✓ no
zendesk_create_ticket✓ no
zendesk_add_private_note✓ no
zendesk_add_public_note✓ no
+3 more tools
zendesk_search✓ no
zendesk_get_ticket_details✓ no
zendesk_get_linked_incidents✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "zd": {
      "command": "npx",
      "args": [
        "-y",
        "zd-mcp-server"
      ]
    }
  }
}
📈 Score historylast 47 snapshots
4/30/20267/5/2026 · 47 snapshots
⚙ Maintenance health
12/ 100 · is this project alive?
contributors (1y)1
top contributor share100%
releases (1y)0
ci✗ none
⛁ Raw data
weekly downloads302
github stars15
forks12
open issues4
license✓ present
readme length9698 chars
last publish17d ago
last commit33d ago
last updated1d ago
install verified✓ pass · 51d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points