Catalog
io.github.jitbit/jitbit-helpdesk
Officialby jitbit · JavaScript
Jitbit Helpdesk
MCP server for Jitbit Helpdesk: search, list, read, and reply to support tickets from AI assistants.
Jitbit Helpdesk integration to search, read, and reply to support tickets.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
JITBIT_URLrequiredBase URL of your Jitbit Helpdesk instance
JITBIT_TOKENrequiredsecretAPI token from your Jitbit user profile
claude_desktop_config.json
{
"mcpServers": {
"jitbit-helpdesk": {
"command": "npx",
"args": [
"-y",
"jitbit-helpdesk-mcp@2.0.0"
],
"env": {
"JITBIT_URL": "<YOUR_JITBIT_URL>",
"JITBIT_TOKEN": "<YOUR_JITBIT_TOKEN>"
}
}
}
}