MCP.so
登录

Jitbit Helpdesk Mcp Server

@jitbit

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

jitbit

提交者

Max Al Farakh

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器