What is the Jitbit Helpdesk MCP server?
MCP server for Jitbit Helpdesk: search, list, read, and reply to support tickets from AI assistants.
How to install Jitbit Helpdesk
Copy-paste configuration for popular MCP clients.
JITBIT_URLrequiredBase URL of your Jitbit Helpdesk instance
JITBIT_TOKENrequiredsecretAPI token from your Jitbit user profile
AuthorizationrequiredsecretBearer API token from your Jitbit user profile, for example Bearer your-api-token
{
"mcpServers": {
"jitbit-helpdesk": {
"command": "npx",
"args": [
"-y",
"jitbit-helpdesk-mcp"
],
"env": {
"JITBIT_URL": "<YOUR_JITBIT_URL>",
"JITBIT_TOKEN": "<YOUR_JITBIT_TOKEN>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"jitbit-helpdesk": {
"command": "npx",
"args": [
"-y",
"jitbit-helpdesk-mcp"
],
"env": {
"JITBIT_URL": "<YOUR_JITBIT_URL>",
"JITBIT_TOKEN": "<YOUR_JITBIT_TOKEN>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"jitbit-helpdesk": {
"command": "npx",
"args": [
"-y",
"jitbit-helpdesk-mcp"
],
"env": {
"JITBIT_URL": "<YOUR_JITBIT_URL>",
"JITBIT_TOKEN": "<YOUR_JITBIT_TOKEN>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"jitbit-helpdesk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jitbit-helpdesk-mcp"
],
"env": {
"JITBIT_URL": "<YOUR_JITBIT_URL>",
"JITBIT_TOKEN": "<YOUR_JITBIT_TOKEN>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add jitbit-helpdesk --env JITBIT_URL=<YOUR_JITBIT_URL> --env JITBIT_TOKEN=<YOUR_JITBIT_TOKEN> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y jitbit-helpdesk-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.