Zendesk

v0.1.1Business Applicationsstable

Enables reading and writing Zendesk tickets, including searching, fetching comments, posting replies and internal notes, setting ticket status, assigning tickets, logging time, and formatting tickets as Markdown issue drafts for handoff to GitLab, Gi

mcp-serverzendesk
Share:
98
Stars
0
Downloads
0
Weekly
0/5

What is Zendesk?

Zendesk is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables reading and writing zendesk tickets, including searching, fetching comments, posting replies and internal notes, setting ticket status, assigning tickets, logging time, and formatting tickets ...

Enables reading and writing Zendesk tickets, including searching, fetching comments, posting replies and internal notes, setting ticket status, assigning tickets, logging time, and formatting tickets as Markdown issue drafts for handoff to GitLab, Gi

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables reading and writing Zendesk tickets, including searc

Use Cases

Read and write Zendesk support tickets with search and comment capabilities. Manage ticket status, assignments, and time tracking.
reminia

Maintainer

LicenseApache 2.0
Languagepython
Versionv0.1.1
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y zendesk

PIP

pip install zendesk-mcp

Manual Installation

npx -y zendesk

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Zendesk

The Zendesk MCP Server provides a full-featured integration between AI assistants and Zendesk, the widely-used customer support platform. It exposes tools for fetching, creating, updating, and commenting on tickets, plus access to the entire Zendesk Help Center knowledge base as an MCP resource. Specialized prompts for ticket analysis and response drafting make it particularly useful for support teams who want AI assistance triaging and responding to customer issues without leaving their AI interface.

Prerequisites

  • Python 3.10 or later and uv package manager installed
  • A Zendesk account with API access enabled
  • Your Zendesk subdomain, agent email address, and an API token (generated in Zendesk Admin > Apps and Integrations > Zendesk API)
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository

Clone the zendesk-mcp-server repository to your local machine.

git clone https://github.com/reminia/zendesk-mcp-server.git
cd zendesk-mcp-server
2

Create the virtual environment and install dependencies

Use uv to set up the Python virtual environment and install all dependencies.

uv venv && uv pip install -e .
3

Configure Zendesk credentials

Copy the example environment file and fill in your Zendesk subdomain, agent email, and API token. The API token is generated in Zendesk Admin > Apps and Integrations > Zendesk API > API Tokens.

cp .env.example .env
# Edit .env:
# ZENDESK_SUBDOMAIN=your-subdomain
# [email protected]
# ZENDESK_API_KEY=your-api-token
4

Configure Claude Desktop

Add the server to claude_desktop_config.json. The server is run via uv pointing to your local clone directory.

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

Restart Claude Desktop and test

Restart Claude Desktop. Ask it to fetch your latest Zendesk tickets to confirm the connection is working.

Zendesk Examples

Client configuration

Claude Desktop configuration for the Zendesk MCP server running via uv from a local clone.

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

Prompts to try

Sample prompts for ticket management, triage, and response drafting.

- "Show me the 10 most recent open Zendesk tickets"
- "Get all comments on ticket 12345"
- "Create a new ticket with subject 'Login page is down' and priority urgent"
- "Post a public reply to ticket 9876 saying the issue has been escalated to engineering"
- "Update ticket 11111 status to pending and assign it to agent ID 456"
- "Analyze ticket 7890 and draft a professional response addressing the customer's concerns"

Troubleshooting Zendesk

Authentication fails with 401 errors

Verify all three credentials in your .env file: ZENDESK_SUBDOMAIN (just the subdomain, not the full URL), ZENDESK_EMAIL (the agent's email address), and ZENDESK_API_KEY (the API token, not your password). Token-based auth uses email/token format — ensure API token access is enabled in Zendesk Admin settings.

uv command not found when starting the server

Install uv with 'curl -LsSf https://astral.sh/uv/install.sh | sh' or 'pip install uv'. Ensure it is on your PATH. Alternatively, use 'pip install zendesk-mcp' and switch to a uvx-based invocation or direct Python execution.

Help Center knowledge base resource returns empty content

The zendesk://knowledge-base resource requires that your Zendesk plan includes Help Center and that articles are published. Verify Help Center is enabled in your Zendesk Admin and that at least some articles are in 'Published' state.

Frequently Asked Questions about Zendesk

What is Zendesk?

Zendesk is a Model Context Protocol (MCP) server that enables reading and writing zendesk tickets, including searching, fetching comments, posting replies and internal notes, setting ticket status, assigning tickets, logging time, and formatting tickets as markdown issue drafts for handoff to gitlab, gi It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Zendesk?

Install via npm with the command: npx -y zendesk. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Zendesk?

Zendesk works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Zendesk free to use?

Yes, Zendesk is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.

Zendesk Alternatives — Similar Business Applications Servers

Looking for alternatives to Zendesk? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "zendesk": { "command": "npx", "args": ["-y", "zendesk"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Zendesk?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides