sz84.net
MCP ServersZendesk MCP

Zendesk MCP

The official Zendesk MCP server provides integration with Zendesk's customer service platform. It allows AI models to manage support tickets, search user profiles, and access help center articles. This tool is essential for building AI-powered customer support assistants that can help resolve customer issues more efficiently.

OfficialSupportZendeskfree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "zendesk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zendesk"
      ],
      "env": {
        "ZENDESK_SUBDOMAIN": "YOUR_SUBDOMAIN",
        "ZENDESK_EMAIL": "YOUR_EMAIL",
        "ZENDESK_API_TOKEN": "YOUR_TOKEN"
      }
    }
  }
}

Key Features

Create, update, and list Zendesk support tickets

Search for users and customer information

Access and search help center articles

Manage ticket comments and status updates

Server Details

The official Zendesk MCP server provides integration with Zendesk's customer service platform. It allows AI models to manage support tickets, search user profiles, and access help center articles. This tool is essential for building AI-powered customer support assistants that can help resolve customer issues more efficiently.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub