Skip to main content

A simple Zendesk MCP server

Project description

Zendesk MCP Server

ci License

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

demo

Setup

  • build: uv venv && uv pip install -e . or uv build in short.
  • setup zendesk credentials in .env file, 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 on
    • comment (string): The comment text/content to add
    • public (boolean, optional): Whether the comment should be public (defaults to true)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orange_zendesk_mcp_server-0.1.0.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

orange_zendesk_mcp_server-0.1.0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file orange_zendesk_mcp_server-0.1.0.tar.gz.

File metadata

File hashes

Hashes for orange_zendesk_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 863c6af48b76e1909bb6ccb02fb601dd33bfe67fbc1e32ea2c8ad27533015f46
MD5 df687ee88e1f69012f877f9c0addffa9
BLAKE2b-256 6c74d0795f05924775d558a9f78bfe477f6e676e30de62afd5ae80e7ef98cb1b

See more details on using hashes here.

File details

Details for the file orange_zendesk_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for orange_zendesk_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e3cc9491c0b728f9e82f2be09b061e89bdd7d666b21a625cd506f3ef2342e27c
MD5 deaa70fed0ea8cab19dbcb696cc0b8ed
BLAKE2b-256 585bd702f89925a3b9a7c25860c3d317d5647e7bd8c0a07aaebb739a96306c2a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page