Zendesk MCP Server

Communicationstdiov0.2.0
Репозиторий

MCP server for Zendesk Support. Lets AI agents search and read tickets, add comments and replies, update ticket status and fields, and query help-center articles. Useful for building support copilots, triaging and summarizing tickets, and drafting grounded responses from an AI assistant.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

{
  "mcpServers": {
    "zendesk": {
      "command": "uvx",
      "args": [
        "zendesk-mcp-server"
      ],
      "env": {
        "ZENDESK_SUBDOMAIN": "<YOUR_ZENDESK_SUBDOMAIN>",
        "ZENDESK_EMAIL": "<YOUR_ZENDESK_EMAIL>",
        "ZENDESK_API_TOKEN": "<YOUR_ZENDESK_API_TOKEN>"
      }
    }
  }
}

Инструменты (2)

search_tickets

Search Zendesk tickets using a query and optional filters.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query (Zendesk search syntax)"
    }
  }
}

add_ticket_comment

Add a public reply or internal note to a ticket.

{
  "type": "object",
  "required": [
    "ticket_id",
    "body"
  ],
  "properties": {
    "body": {
      "type": "string",
      "description": "Comment body"
    },
    "public": {
      "type": "boolean",
      "description": "Whether the comment is public"
    },
    "ticket_id": {
      "type": "integer",
      "description": "Zendesk ticket ID"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Reza Zeraat (@reza-gholizade)
Репозиторий
https://github.com/reza-gholizade/zendesk-mcp-server
Лицензия
MIT
Версия
0.2.0
Звёзды
180
Последнее обновление
9 июля 2026 г.