Loading MCP server directory, please wait...
MCP server for Jitbit Helpdesk: search, list, read, and reply to support tickets from AI assistants.
npx @getmcp/cli add io.github.jitbit/jitbit-helpdeskRequires Node.js 18+. Community-contributed server. Review source before installing.
JITBIT_URLBase URL of your Jitbit Helpdesk instance
JITBIT_TOKENAPI token from your Jitbit user profile
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jitbit/jitbit-helpdesk": {
"command": "npx",
"args": [
"-y",
"jitbit-helpdesk-mcp"
],
"env": {
"JITBIT_URL": "",
"JITBIT_TOKEN": ""
}
}
}
}