jitbit-helpdesk-mcp
OfficialJitbit Helpdesk MCP-Server
Ein MCP-Server (Model Context Protocol), der es KI-Assistenten ermöglicht, Support-Tickets von Jitbit Helpdesk zu suchen und zu lesen. Funktioniert sowohl mit SaaS- als auch mit On-Premise-Installationen.
⚠️ Hinweis zur Veraltung: Jitbit bietet jetzt einen integrierten HTTP-MCP-Endpunkt unter
/api/mcpfür alle SaaS- und On-Premise-Installationen ab Version 11.21 an. Dies ist die bevorzugte Methode, um KI-Assistenten mit Jitbit zu verbinden – sie bietet mehr Tools, bleibt automatisch mit Jitbit-Releases synchron und erfordert keine lokale Installation. Dieses npm-Paket wird in Kürze als veraltet markiert und wird nur für On-Premise-Installationen empfohlen, die älter als 11.21 sind. Siehe die Jitbit MCP-Dokumentation.
Einrichtung
Zwei Optionen:
Gehosteter HTTP-Endpunkt (empfohlen) – in Jitbit integriert, keine Installation erforderlich. Verfügbar für SaaS- und On-Premise-Installationen ab Version 11.21. Siehe die Jitbit MCP-Dokumentation.
Lokales npm-Paket (veraltet) – dieses Repository, läuft lokal über
npx. Verwenden Sie dies nur, wenn Ihre On-Premise-Jitbit-Version älter als 11.21 ist.
Option 1: Gehosteter HTTP-Endpunkt
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"
}
}
}
}Option 2: Lokales npm-Paket
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
Fügen Sie dies zu Ihrer Konfigurationsdatei hinzu:
Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) oder%APPDATA%\Claude\claude_desktop_config.json(Windows)Cursor: Settings > MCP Servers
Windsurf: Settings > MCP Servers
{
"mcpServers": {
"jitbit-helpdesk": {
"command": "npx",
"args": ["-y", "jitbit-helpdesk-mcp"],
"env": {
"JITBIT_URL": "https://yourcompany.jitbit.com",
"JITBIT_TOKEN": "your-api-token"
}
}
}
}Umgebungsvariablen
Variable | Erforderlich | Beschreibung |
| Ja | Basis-URL Ihrer Jitbit-Instanz (SaaS: |
| Ja | API-Token – siehe unten |
Abrufen Ihres API-Tokens
Melden Sie sich bei Ihrem Jitbit Helpdesk an
Gehen Sie zu Ihrem Benutzerprofil (klicken Sie auf Ihren Avatar oben rechts)
Klicken Sie auf die Schaltfläche "API Token"
Kopieren Sie das Token und verwenden Sie es als Wert für
JITBIT_TOKEN
Related MCP server: tickiti-mcp
Tools
jitbit_search_tickets
Suchen Sie Tickets nach Stichwort oder Phrase.
Parameter:
query(string, erforderlich) – Suchanfragelimit(number, Standard 25) – maximale Ergebnisse (1–100)offset(number, Standard 0) – Paginierungs-Offset
jitbit_list_tickets
Listen Sie Tickets auf und filtern Sie diese.
Parameter:
mode(string, optional) –"all","unanswered"oder"updated"status(string, optional) – nach Ticket-Status filternlimit(number, Standard 25) – maximale Ergebnisse (1–100)offset(number, Standard 0) – Paginierungs-Offset
jitbit_get_ticket
Abrufen eines einzelnen Tickets mit seinem vollständigen Konversationsverlauf.
Parameter:
ticketId(number, erforderlich) – die Ticket-ID
Entwicklung
npm install
npm run buildLizenz
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