Zendesk MCP 統合設定ガイド
リポジトリのセットアップ
リポジトリをクローンします。
git clone https://your-repo-url/mcp-experiments.git cd mcp-experiments/zd-mcp-server依存関係をインストールします:
npm install開発環境で環境変数を設定します。
export ZENDESK_EMAIL="your-email@example.com" export ZENDESK_TOKEN="your-zendesk-api-token" export ZENDESK_SUBDOMAIN="your-zendesk-subdomain"
プロジェクトの構築
TypeScript プロジェクトをビルドします。
npm run buildこれにより、TypeScript ファイルが
dist
ディレクトリ内の JavaScript にコンパイルされます。開発には以下を使用できます:
npm run dev
Claudeデスクトップアプリでインストール
Claude Desktop 構成ファイル (
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" ] } } }環境変数を実際の Zendesk 資格情報に置き換えます。
ビルドした index.js ファイルの場所と一致するようにパスを更新します。
変更を有効にするには、Claude デスクトップ アプリケーションを再起動します。
利用可能なZendeskツール
MCP Zendesk 統合では、次の機能が提供されます。
zendesk_get_ticket
- IDでチケットを取得しますzendesk_get_ticket_details
- コメントを含むチケットの詳細を取得しますzendesk_search
- Zendeskクエリ構文でチケットを検索しますzendesk_create_ticket
- 新しいチケットを作成するzendesk_update_ticket
- チケットのプロパティを更新しますzendesk_add_private_note
- チケットに内部メモを追加しますzendesk_add_public_note
- チケットにパブリックコメントを追加します
認証設定
Zendesk 管理センターで API トークンを生成します。
管理センター > アプリと統合 > API > Zendesk API に移動します。
APIトークンを追加してコピーする
MCP設定でメールアドレスとAPIトークンを使用します
トラブルシューティング
認証エラーが発生した場合は、APIトークンが有効であることを確認してください。
Zendeskのサブドメインが正しいことを確認してください
環境変数が正しく設定されているか確認する
変更を加えたらMCPサーバーを再起動します
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.
Tools
チケットの取得、検索、作成、更新などのさまざまな機能を通じて、Claude AI に Zendesk チケット システムと対話する機能を提供するサーバー実装。
Related MCP Servers
- -securityAlicense-qualityThis server provides a comprehensive integration with Zendesk. Retrieving and managing tickets and comments. Ticket analyzes and response drafting. Access to help center articles as knowledge base.Last updated -27Apache 2.0
- AsecurityAlicenseAqualityEnables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.Last updated -9115MIT License
- -securityAlicense-qualityA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.Last updated -95MIT License
LPS MCPofficial
-securityAlicense-qualityA minimal server that provides Claude AI with secure file system access and sequential thinking capabilities, allowing Claude to navigate directories, read files, and break down complex problems into structured thinking steps.Last updated -1MIT License