Skip to main content
Glama

zendesk-mcp-server

by reminia

Zendesk MCP サーバー

ci

Zendesk 用のモデル コンテキスト プロトコル サーバー。

このサーバーはZendeskとの包括的な統合を提供します。以下の機能を提供します。

  • Zendeskのチケットとコメントを取得および管理するためのツール
  • チケット分析と回答作成のための専用プロンプト
  • Zendeskヘルプセンターの記事をナレッジベースとしてフルアクセス

デモ

設定

  • ビルド: uv venv && uv pip install -e .または略してuv build
  • .envファイルに Zendesk の資格情報を設定します。.env.exampleを参照してください。
  • Claudeデスクトップで設定:
{ "mcpServers": { "zendesk": { "command": "uv", "args": [ "--directory", "/path/to/zendesk-mcp-server", "run", "zendesk" ] } } }

リソース

  • zendesk://knowledge-base にアクセスすると、ヘルプ センターの記事全体にアクセスできます。

プロンプト

チケット分析

Zendesk チケットを分析し、チケットの詳細な分析を提供します。

ドラフトチケット返信

Zendesk チケットへの返信を作成します。

ツール

チケット取得

ZendeskチケットをIDで取得する

  • 入力:
    • ticket_id (整数): 取得するチケットのID

チケットコメントを取得する

ZendeskチケットのIDですべてのコメントを取得する

  • 入力:
    • ticket_id (整数): コメントを取得するチケットのID

チケットコメント作成

既存のZendeskチケットに新しいコメントを作成する

  • 入力:
    • ticket_id (整数): コメントするチケットのID
    • comment (文字列): 追加するコメントのテキスト/コンテンツ
    • public (ブール値、オプション):コメントを公開するかどうか(デフォルトはtrue)
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

このサーバーは、Zendeskとの包括的な統合を提供します。チケットとコメントの取得と管理、チケット分析と回答の作成、ナレッジベースとしてのヘルプセンター記事へのアクセスが可能です。

  1. 設定
    1. リソース
      1. プロンプト
        1. チケット分析
        2. ドラフトチケット返信
      2. ツール
        1. チケット取得
        2. チケットコメントを取得する
        3. チケットコメント作成

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        This server enables users to store, manage, and summarize notes using a custom URI scheme, with functionality to add new notes and generate summaries with varying levels of detail.
        Last updated -
        3
        Python
        • Apple
      • A
        security
        F
        license
        A
        quality
        This server integrates with the Ticketmaster API to provide AI agents with real-time concert and event data, enabling dynamic fetching and formatting for ease of interpretation.
        Last updated -
        1
        Python
      • -
        security
        -
        license
        -
        quality
        An unofficial Model Context Protocol server for Zenn that enables fetching articles and books from the Zenn platform through its API.
        Last updated -
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        Integrate AI models with Freshdesk to automate support operations. Create, update, and manage support tickets seamlessly through the Freshdesk API. Enhance your customer support experience with automated ticket management and AI-driven interactions.
        Last updated -
        25
        13
        Python
        MIT License

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/reminia/zendesk-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server