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.
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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).
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS
Comments