Jitbit Helpdesk Mcp Server
@jitbit
About Jitbit Helpdesk Mcp Server
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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jitbit-helpdesk": {
"command": "npx",
"args": [
"-y",
"jitbit-helpdesk-mcp"
],
"env": {
"JITBIT_URL": "https://yourcompany.jitbit.com",
"JITBIT_TOKEN": "your-api-token"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Jitbit Helpdesk MCP Server?
Jitbit Helpdesk MCP Server is an MCP (Model Context Protocol) server that lets AI assistants search and read support tickets from Jitbit Helpdesk. It works with both SaaS and on-premise installations.
How to use Jitbit Helpdesk MCP Server?
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).
Key features of Jitbit Helpdesk MCP Server
- 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)
Use cases of Jitbit Helpdesk MCP Server
- An AI assistant searches support tickets to find relevant past issues
- A customer success bot lists unanswered tickets for review
- An agent retrieves a complete ticket conversation for context
FAQ from Jitbit Helpdesk MCP Server
How do I get an API token?
Log in to Jitbit Helpdesk, go to your User Profile (click your avatar in the top right), click the "API Token" button, and copy the token.
What is the difference between the hosted endpoint and the local npm package?
The hosted endpoint is built into Jitbit (requires version 11.21 or later) and needs no installation – just configure the URL and token. The local npm package is for on-premise Jitbit installations older than 11.21 and runs via npx.
What runtime does the local npm package require?
The local npm package requires Node.js. It is executed via npx (e.g., npx -y jitbit-helpdesk-mcp).
Can I use Jitbit Helpdesk MCP Server with on-premise Jitbit?
Yes. For version 11.21 or later, use the hosted HTTP endpoint. For older versions, use the local npm package.
What tools does the server provide?
Three tools: jitbit_search_tickets (keyword search with limit/offset), jitbit_list_tickets (list with mode, status, limit, offset), and jitbit_get_ticket (retrieve a single ticket by ID, including the full conversation thread).
Frequently asked questions
How do I get an API token?
Log in to Jitbit Helpdesk, go to your User Profile (click your avatar in the top right), click the "API Token" button, and copy the token.
What is the difference between the hosted endpoint and the local npm package?
The hosted endpoint is built into Jitbit (requires version 11.21 or later) and needs no installation – just configure the URL and token. The local npm package is for on-premise Jitbit installations older than 11.21 and runs via `npx`.
What runtime does the local npm package require?
The local npm package requires Node.js. It is executed via `npx` (e.g., `npx -y jitbit-helpdesk-mcp`).
Can I use Jitbit Helpdesk MCP Server with on-premise Jitbit?
Yes. For version 11.21 or later, use the hosted HTTP endpoint. For older versions, use the local npm package.
What tools does the server provide?
Three tools: `jitbit_search_tickets` (keyword search with limit/offset), `jitbit_list_tickets` (list with mode, status, limit, offset), and `jitbit_get_ticket` (retrieve a single ticket by ID, including the full conversation thread).
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ghidraMCP
LaurieWiredMCP Server for Ghidra

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments