A simple Zendesk MCP server
Project description
Zendesk MCP Server
A Model Context Protocol server for Zendesk.
This server provides a comprehensive integration with Zendesk. It offers:
- Tools for retrieving and managing Zendesk tickets and comments
- Specialized prompts for ticket analysis and response drafting
- Full access to the Zendesk Help Center articles as knowledge base
Setup
- build:
uv venv && uv pip install -e .oruv buildin short. - setup zendesk credentials in
.envfile, refer to .env.example. - configure in Claude desktop:
{
"mcpServers": {
"zendesk": {
"command": "uv",
"args": [
"--directory",
"/path/to/zendesk-mcp-server",
"run",
"zendesk"
]
}
}
}
Resources
- zendesk://knowledge-base, get access to the whole help center articles.
Prompts
analyze-ticket
Analyze a Zendesk ticket and provide a detailed analysis of the ticket.
draft-ticket-respons
Draft a response to a Zendesk ticket.
Tools
get_ticket
Retrieve a Zendesk ticket by its ID
- Input:
ticket_id(integer): The ID of the ticket to retrieve
get_ticket_comments
Retrieve all comments for a Zendesk ticket by its ID
- Input:
ticket_id(integer): The ID of the ticket to get comments for
create_ticket_comment
Create a new comment on an existing Zendesk ticket
- Input:
ticket_id(integer): The ID of the ticket to comment oncomment(string): The comment text/content to addpublic(boolean, optional): Whether the comment should be public (defaults to true)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orange_zendesk_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: orange_zendesk_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
863c6af48b76e1909bb6ccb02fb601dd33bfe67fbc1e32ea2c8ad27533015f46
|
|
| MD5 |
df687ee88e1f69012f877f9c0addffa9
|
|
| BLAKE2b-256 |
6c74d0795f05924775d558a9f78bfe477f6e676e30de62afd5ae80e7ef98cb1b
|
File details
Details for the file orange_zendesk_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: orange_zendesk_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3cc9491c0b728f9e82f2be09b061e89bdd7d666b21a625cd506f3ef2342e27c
|
|
| MD5 |
deaa70fed0ea8cab19dbcb696cc0b8ed
|
|
| BLAKE2b-256 |
585bd702f89925a3b9a7c25860c3d317d5647e7bd8c0a07aaebb739a96306c2a
|