Jitbit Helpdesk Mcp Server

by jitbit

348 downloads
Not rated
GitHub

About

An MCP server that lets AI assistants search and read support tickets from Jitbit Helpdesk. Works with both SaaS and on-premise installations. Three read-only tools: search tickets, list tickets, and get ticket with full conversation thread.

Details

Author
jitbit
Downloads
348
Categories
Communication, Other

- Search tickets by keyword or phrase
- List tickets with mode and status filters
- View full ticket conversation threads
- Works with SaaS and on-premise installations
- Hosted endpoint requires no local installation
- Supports pagination (limit up to 100 results)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Jitbit Helpdesk Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Choose between two setup options. The recommended hosted HTTP endpoint is built into Jitbit (SaaS and on-premise version 11.21 or later) and requires only the Jitbit URL and an API token. The local npm package runs via npx for on-premise installations older than 11.21. Use JITBIT_URL and JITBIT_TOKEN environment variables. Configure the server in Claude Desktop, Claude Code, Cursor, or Windsurf. The server provides three tools: jitbit_search_tickets (keyword search), jitbit_list_tickets (list with filters), and jitbit_get_ticket (retrieve a single ticket with conversation thread).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jitbit helpdesk mcp server": {
            "jitbit-helpdesk": {
                "command": "npx",
                "args": [
                    "-y",
                    "jitbit-helpdesk-mcp"
                ],
                "env": {
                    "JITBIT_URL": "https://yourcompany.jitbit.com",
                    "JITBIT_TOKEN": "your-api-token"
                }
            }
        }
    }
}

McpServers

{
    "jitbit-helpdesk": {
        "command": "npx",
        "args": [
            "-y",
            "jitbit-helpdesk-mcp"
        ],
        "env": {
            "JITBIT_URL": "https://yourcompany.jitbit.com",
            "JITBIT_TOKEN": "your-api-token"
        }
    }
}

Search and read support tickets from Jitbit Helpdesk via AI assistants. Works with SaaS and on-premise installations.

An MCP (Model Context Protocol) server that lets AI assistants search and read support tickets fromJitbit Helpdesk. Works with both SaaS and on-premise installations.

⚠️Use the hosted HTTP endpoint when possible.Jitbit ships a built-in HTTP MCP endpoint at/api/mcpon all SaaS and on-premise installs running version 11.21 or later. That is the preferred way to connect AI assistants to Jitbit — no local install, always in sync with Jitbit releases. See theJitbit MCP docs. Starting with2.x, this npm package is a thin stdio proxyto that same endpoint, for clients that don't yet support remote HTTP MCP servers.Jitbit 11.21 or later is required.If you're on an older on-premise version, stay onjitbit-helpdesk-mcp@1.x.
- Hosted HTTP endpoint(recommended) — connect your MCP client directly to Jitbit's/api/mcp. Use this whenever your client supports HTTP MCP transport.
- Local npm package (stdio proxy)— this repo. Use it when your MCP client only supports stdio transport. It forwards every request to{JITBIT_URL}/api/mcpand adds nothing of its own.

claude mcp add --transport http jitbit-helpdesk https://yourcompany.jitbit.com/api/mcp \ --header "Authorization: Bearer your-api-token"
{ "mcpServers": { "jitbit-helpdesk": { "type": "http", "url": "https://yourcompany.jitbit.com/api/mcp", "headers": { "Authorization": "Bearer your-api-token" } } } }

Option 2: Local npm package (stdio proxy)

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:~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%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" } } } }

- Log in to your Jitbit Helpdesk
- Go to yourUser Profile(click your avatar in the top right)
- Click the"API Token"button
- Copy the token and use it as theJITBIT_TOKENvalue

The proxy exposes whatever tools the connected Jitbit instance advertises at/api/mcp— typically ticket search, list, and read, plus anything Jitbit adds in later releases. Use your MCP client's tool listing (or theJitbit MCP docs) for the up-to-date catalog.

An MCP server that enables AI assistants to interact with Help Scout data, such as customers and conversations.

Connect Tidio with your website via MCP. Embed the widget without exiting your programming environment.

A high-performance MCP server for analyzing Intercom conversations with fast, local access via caching and background sync.

AI phone secretary for businesses: place outbound calls and read transcripts, leads, voicemails, SMS, and analytics from your business line.

Provides access to Intercom conversations and chats. Requires an Intercom API key.

Access and analyze customer support data from Intercom.

Salesforce MCP Server - Enhanced Edition

A Salesforce MCP server with automatic integrations for services such as WhatsApp, Slack, email, and custom webhooks.

Hosted, Stateless & Multitenant Google Business Profile MCP server enables AI assistants to manage business listings, reviews, locations, and customer interactions through Google Business Profile.

A powerful, production-ready Model Context Protocol (MCP) server for Zammad - the open-source helpdesk and ticket system.

Build with the Kudosity API to send SMS and MMS. Access developer docs, API references and live testing tools to send messages, manage contact lists, configure webhooks and more.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.