jitbit-helpdesk-mcp
OfficialJitbit Helpdesk MCPサーバー
AIアシスタントがJitbit Helpdeskのサポートチケットを検索・閲覧できるようにするMCP(Model Context Protocol)サーバーです。SaaS版とオンプレミス版の両方で動作します。
⚠️ 非推奨のお知らせ: Jitbitは現在、バージョン11.21以降のすべてのSaaSおよびオンプレミスインストールにおいて、
/api/mcpに組み込みのHTTP MCPエンドポイントを提供しています。これがAIアシスタントをJitbitに接続するための推奨される方法です。より多くのツールが利用でき、Jitbitのリリースと自動的に同期され、ローカルインストールも不要です。このnpmパッケージはまもなく非推奨となります。バージョン11.21より古いオンプレミスインストールでのみ使用を推奨します。詳細はJitbit MCPドキュメントを参照してください。
セットアップ
2つの選択肢があります:
ホスト型HTTPエンドポイント(推奨) — Jitbitに組み込まれており、インストール不要です。バージョン11.21以降のSaaSおよびオンプレミスインストールで利用可能です。Jitbit MCPドキュメントを参照してください。
ローカルnpmパッケージ(非推奨) — このリポジトリ。
npx経由でローカル実行します。オンプレミスのJitbitが11.21より古い場合にのみ使用してください。
オプション1:ホスト型HTTPエンドポイント
Claude Code
claude mcp add --transport http jitbit-helpdesk https://yourcompany.jitbit.com/api/mcp \
--header "Authorization: Bearer your-api-token"Claude Desktop, Cursor, Windsurf
{
"mcpServers": {
"jitbit-helpdesk": {
"type": "http",
"url": "https://yourcompany.jitbit.com/api/mcp",
"headers": {
"Authorization": "Bearer your-api-token"
}
}
}
}オプション2:ローカルnpmパッケージ
Claude Code
claude mcp add jitbit-helpdesk \
-e JITBIT_URL=https://yourcompany.jitbit.com \
-e JITBIT_TOKEN=your-api-token \
-- npx -y jitbit-helpdesk-mcpClaude Desktop, Cursor, Windsurf
設定ファイルに追加してください:
Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) または%APPDATA%\Claude\claude_desktop_config.json(Windows)Cursor: 設定 > MCPサーバー
Windsurf: 設定 > MCPサーバー
{
"mcpServers": {
"jitbit-helpdesk": {
"command": "npx",
"args": ["-y", "jitbit-helpdesk-mcp"],
"env": {
"JITBIT_URL": "https://yourcompany.jitbit.com",
"JITBIT_TOKEN": "your-api-token"
}
}
}
}環境変数
変数 | 必須 | 説明 |
| はい | JitbitインスタンスのベースURL (SaaS: |
| はい | APIトークン — 下記参照 |
APIトークンの取得方法
Jitbit Helpdeskにログインします
ユーザープロフィールに移動します(右上のアバターをクリック)
**「API Token」**ボタンをクリックします
トークンをコピーし、
JITBIT_TOKENの値として使用します
Related MCP server: tickiti-mcp
ツール
jitbit_search_tickets
キーワードやフレーズでチケットを検索します。
パラメータ:
query(string, 必須) — 検索クエリlimit(number, デフォルト 25) — 最大結果数 (1–100)offset(number, デフォルト 0) — ページネーションのオフセット
jitbit_list_tickets
チケットの一覧表示とフィルタリングを行います。
パラメータ:
mode(string, オプション) —"all","unanswered", または"updated"status(string, オプション) — チケットステータスによるフィルタリングlimit(number, デフォルト 25) — 最大結果数 (1–100)offset(number, デフォルト 0) — ページネーションのオフセット
jitbit_get_ticket
会話スレッド全体を含む単一のチケットを取得します。
パラメータ:
ticketId(number, 必須) — チケットID
開発
npm install
npm run buildライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP-compliant server that enables AI assistants like Claude Desktop to access and analyze Intercom support tickets with full conversation history.48Apache 2.0

tickiti-mcpofficial
AlicenseBqualityBmaintenanceAn MCP server that exposes the Tickiti helpdesk API to AI assistants, enabling ticket management and helpdesk operations via natural language.11MIT- FlicenseNot gradedqualityBmaintenanceAn MCP server that wraps the TeamDynamix Web API, enabling AI assistants to search tickets, manage assets, query the knowledge base, and look up people in your TDX instance.1
- FlicenseBqualityBmaintenanceA read-only MCP server that connects AI assistants to Freshservice Service Desk for ticket triage, asset analysis, and support history summarization.23
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jitbit/jitbit-helpdesk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server