MCP.so
登录

Zendesk MCP Server

@MCP-Mirror

关于 Zendesk MCP Server

Mirror of

基本信息

分类

数据与分析

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "zendesk": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/zendesk-mcp-server",
        "run",
        "zendesk"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Zendesk MCP Server?

A Model Context Protocol server providing comprehensive Zendesk integration. It offers tools for managing tickets and comments, specialized prompts for ticket analysis and response drafting, and access to Zendesk Help Center articles as a knowledge base.

How to use Zendesk MCP Server?

Set up with uv venv && uv pip install -e . or uv build. Configure Zendesk credentials in a .env file (see .env.example). Then add the server to your MCP client (e.g., Claude desktop) using the provided JSON configuration with uv command.

Key features of Zendesk MCP Server

  • Retrieve Zendesk tickets by ID
  • Get all comments for a ticket
  • Create public or private ticket comments
  • Specialized prompts for ticket analysis
  • Draft responses to tickets
  • Access full Help Center articles as knowledge base

Use cases of Zendesk MCP Server

  • Analyze customer support tickets for insight
  • Draft professional responses to tickets
  • Quickly retrieve and review ticket details
  • Access help center articles for knowledge-based answers

FAQ from Zendesk MCP Server

What dependencies does Zendesk MCP Server require?

It requires Python and uv (for virtual environment and package management).

How do I authenticate with Zendesk?

Set up Zendesk credentials (likely subdomain, email, token) in a .env file; refer to the provided .env.example.

What tools are available?

Tools include get_ticket, get_ticket_comments, and create_ticket_comment.

Can I access Zendesk Help Center articles?

Yes, through the resource zendesk://knowledge-base which provides access to the whole help center articles.

How do I configure Zendesk MCP Server in Claude?

Add a JSON entry under mcpServers with command uv, arguments pointing to the server directory, and run zendesk.

评论

数据与分析 分类下的更多 MCP 服务器