zendesk-mcp-server
Zendesk MCP 服务器
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(整数):要评论的票证的 IDcomment(字符串):要添加的评论文本/内容public(布尔值,可选):评论是否应该公开(默认为 true)
This server cannot be installed
Maintenance
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
- AlicenseBqualityBmaintenanceA 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.730416MIT
- FlicenseCqualityDmaintenanceA 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.4917
- AlicenseAqualityDmaintenanceEnables 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.71Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search tickets, manage tags, create tickets, inspect automations, and more in Zendesk.MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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