Zendesk MCP Integration Setup Guide
Repository Setup
Clone the repository:
git clone https://your-repo-url/mcp-experiments.git cd mcp-experiments/zd-mcp-serverInstall dependencies:
npm installConfigure environment variables in your development environment:
export ZENDESK_EMAIL="your-email@example.com" export ZENDESK_TOKEN="your-zendesk-api-token" export ZENDESK_SUBDOMAIN="your-zendesk-subdomain"
Building the Project
Build the TypeScript project:
npm run buildThis will compile the TypeScript files into JavaScript in the
distdirectory.For development, you can use:
npm run dev
Installing with Claude Desktop App
Update the Claude Desktop configuration file (
claude_desktop_config.json):{ "tools": { "zendesk": { "command": "node", "env": { "ZENDESK_EMAIL": "internal@z3nmail.com", "ZENDESK_TOKEN": "your-zendesk-api-token", "ZENDESK_SUBDOMAIN": "your-zendesk-subdomain" }, "args": [ "/path/to/mcp-experiments/zd-mcp-server/dist/index.js" ] } } }Replace the environment variables with your actual Zendesk credentials.
Update the path to match the location of your built index.js file.
Restart the Claude Desktop application for the changes to take effect.
Available Zendesk Tools
The MCP Zendesk integration provides the following functions:
zendesk_get_ticket- Retrieves a ticket by IDzendesk_get_ticket_details- Gets ticket details including commentszendesk_search- Searches tickets with Zendesk query syntaxzendesk_create_ticket- Creates a new ticketzendesk_update_ticket- Updates ticket propertieszendesk_add_private_note- Adds an internal note to a ticketzendesk_add_public_note- Adds a public comment to a ticket
Authentication Setup
Generate an API token in your Zendesk Admin Center:
- Go to Admin Center > Apps and Integrations > APIs > Zendesk API
- Add an API token and copy it
Use your email address and the API token in your MCP configuration
Troubleshooting
- If you encounter authorization errors, verify your API token is valid
- Ensure your Zendesk subdomain is correct
- Check that the environment variables are properly set
- Restart the MCP server after making changes
Zendesk Integration Server
Project Details
- koundinya/zd-mcp-server
- Last Updated: 4/11/2025
Recomended MCP Servers
Model Context Protocol Servers
Chat with OpenAI models from Claude Desktop
A Model-Context Protocol Server for YouTube
This MCP server was developed to improve Cline's agentic workflows by being up-to-date with the public repositories and...
MCP server to run MATLAB code from LLM via the Matlab Engine API.
Supabase MCP Server enabling Cursor & Windsurf to use any method from Management API and query your database
TypeScript Model Context Protocol (MCP) server boilerplate providing search API tools/resources. Includes CLI support and extensible structure for...
MCP Server for Firefly III
Model Context Protocol server for FTP access





