Zendesk MCP Server
@reminia
About Zendesk MCP Server
A Model Context Protocol server for Zendesk
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zendesk": {
"command": "uv",
"args": [
"--directory",
"/path/to/zendesk-mcp-server",
"run",
"zendesk"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Zendesk MCP Server?
A Model Context Protocol server that provides a comprehensive integration with Zendesk. It offers tools for retrieving and managing Zendesk tickets and comments, plus specialized prompts for ticket analysis and response drafting. Designed for MCP-compatible clients like Claude Desktop.
How to use Zendesk MCP Server?
Create a Python environment with uv venv && uv pip install -e . or uv build. Set up Zendesk credentials in a .env file (see .env.example). Then configure the server in your MCP client (e.g., Claude Desktop) by adding the zendesk server entry with the uv command pointing to the project directory.
Key features of Zendesk MCP Server
- Retrieve Zendesk tickets by ID.
- Get all comments for a ticket.
- Create new comments on existing tickets (public or private).
- Prompt to analyze a ticket in detail.
- Prompt to draft a response to a ticket.
- Access entire Help Center as a knowledge base resource.
Use cases of Zendesk MCP Server
- Quickly pulling ticket details and comment history during customer support discussions.
- Generating draft responses for common support issues.
- Using Help Center articles as a knowledge base for automated assistance.
- Analyzing ticket sentiment or content before replying.
FAQ from Zendesk MCP Server
What does Zendesk MCP Server do?
It integrates Zendesk with MCP-compatible AI tools, allowing AI agents to read, comment on, and analyze Zendesk tickets, and access Help Center articles as a knowledge base.
How do I set up Zendesk MCP Server?
You need Python and uv installed. Run uv venv && uv pip install -e ., then create a .env file with your Zendesk credentials. Finally, configure the server in your MCP client (e.g., Claude Desktop) using the provided JSON block.
What are the runtime dependencies?
Python (with uv), the packages listed in the project, and network access to your Zendesk instance. Credentials are stored in a .env file.
Where does my Zendesk data live?
Data is fetched live from your Zendesk instance via the Zendesk API. No data is stored locally by the server beyond what is needed for the current session.
Does Zendesk MCP Server support authentication?
Yes, you provide your Zendesk credentials (subdomain, email, API token) in the .env file. The server uses these to authenticate with the Zendesk API.
More Data & Analytics MCP servers
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Salesforce MCP Server
tsmztechSalesforce MCP Server
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Comments