Skip to main content
Glama
reminia

zendesk-mcp-server

by reminia

Zendesk MCP 服务器

ci 执照

Zendesk 的模型上下文协议服务器。

该服务器与 Zendesk 提供全面的集成。它提供:

  • 用于检索和管理 Zendesk 票证和评论的工具

  • 票务分析和响应起草的专门提示

  • 完全访问 Zendesk 帮助中心文章作为知识库

演示

设置

  • 构建: uv venv && uv pip install -e .或者简称为uv build

  • .env文件中设置 zendesk 凭据,参考.env.example

  • 在 Claude 桌面中配置:

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

Related MCP server: Zendesk API MCP Server

资源

  • zendesk://knowledge-base,可以访问整个帮助中心文章。

提示

分析票证

分析 Zendesk 票证并提供票证的详细分析。

草稿票回复

起草对 Zendesk 票证的回复。

工具

获取票证

通过 ID 检索 Zendesk 票证

  • 输入:

    • ticket_id (整数):要检索的票证的 ID

获取票证评论

通过 ID 检索 Zendesk 票证的所有评论

  • 输入:

    • ticket_id (整数):获取评论的票证的 ID

创建工单评论

在现有 Zendesk 票证上创建新评论

  • 输入:

    • ticket_id (整数):要评论的票证的 ID

    • comment (字符串):要添加的评论文本/内容

    • public (布尔值,可选):评论是否应该公开(默认为 true)

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
8dResponse time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    A server implementation that provides Claude AI with the ability to interact with Zendesk ticketing systems through various functions including retrieving, searching, creating, and updating tickets.
    7
    304
    16
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    A comprehensive server that allows users to interact with the Zendesk API, providing tools and resources for managing Zendesk Support, Talk, Chat, and Guide products including tickets, users, organizations, and more.
    49
    17
  • A
    license
    A
    quality
    D
    maintenance
    Enables comprehensive management of Zendesk tickets, comments, and Help Center articles through tools for searching, creating, and updating content. It includes specialized prompts for ticket analysis and response drafting to streamline support workflows.
    7
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to search tickets, manage tags, create tickets, inspect automations, and more in Zendesk.
    MIT

View all related MCP servers

Related MCP Connectors

  • Zendesk MCP Pack — tickets, users, organizations via OAuth.

  • Run AI customer support from your terminal: conversations, knowledge base, and chat widget.

  • Open-source all-in-one MCP-first customer platform: KB, Conversations, CRM, CMS, Outreach, Analytics

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/reminia/zendesk-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server