CuratedMCP
πŸ€–
Claude Desktop
Free

How to Install Zendesk MCP in Claude Desktop

Official Zendesk integration β€” manage tickets, customers, and support workflows through AI

What Zendesk MCP does

The official Zendesk MCP server gives AI agents full access to Zendesk support workflows. It can create tickets, search customer history, update SLAs, and help automate support responses. Features: - Create, search, and update support tickets - Access user and organization profiles - Manage ticket tags, priorities, and groups - Query SLA status and response metrics - Add internal notes and public replies - Inspect macros, triggers, and automations - Generate summaries of support conversations Zendesk MCP is built for customer support teams that want AI to handle ticket tasks and surface customer context instantly.

zendesk
support
tickets
customers
helpdesk

Installation steps

  1. 1Copy the config below
  2. 2Open claude_desktop_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Claude Desktop

Configuration

File location: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.jsonjson
{
  "zendeskMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@zendesk/mcp"
    ],
    "env": {
      "ZENDESK_SUBDOMAIN": "yourcompany",
      "ZENDESK_API_TOKEN": "...",
      "ZENDESK_EMAIL": "you@company.com"
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Zendesk MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/zendesk-mcp)](https://curatedmcp.com/marketplace/zendesk-mcp)