Skip to main content
Glama
jitbit

jitbit-helpdesk-mcp

Official
by jitbit

Jitbit 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.

npm version

⚠️ Hinweis zur Veraltung: Jitbit bietet jetzt einen integrierten HTTP-MCP-Endpunkt unter /api/mcp fü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:

  1. 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.

  2. 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-mcp

Claude 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

JITBIT_URL

Ja

Basis-URL Ihrer Jitbit-Instanz (SaaS: https://yourcompany.jitbit.com, On-Prem: Ihre Server-URL)

JITBIT_TOKEN

Ja

API-Token – siehe unten

Abrufen Ihres API-Tokens

  1. Melden Sie sich bei Ihrem Jitbit Helpdesk an

  2. Gehen Sie zu Ihrem Benutzerprofil (klicken Sie auf Ihren Avatar oben rechts)

  3. Klicken Sie auf die Schaltfläche "API Token"

  4. 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) – Suchanfrage

  • limit (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 filtern

  • limit (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 build

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    F
    maintenance
    An MCP-compliant server that enables AI assistants like Claude Desktop to access and analyze Intercom support tickets with full conversation history.
    4
    8
    Apache 2.0
  • A
    license
    B
    quality
    B
    maintenance
    An MCP server that exposes the Tickiti helpdesk API to AI assistants, enabling ticket management and helpdesk operations via natural language.
    11
    MIT
  • F
    license
    B
    quality
    B
    maintenance
    A read-only MCP server that connects AI assistants to Freshservice Service Desk for ticket triage, asset analysis, and support history summarization.
    23

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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