Odel
mcp tomticket

mcp tomticket

Local
@gliraTypeScriptMITUpdated 2w ago

TomTicket helpdesk MCP: tickets, replies, time, customers, chats, and KB

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-tomticketv1.0.0

Run

npx -y mcp-tomticket

MCP client config

{
  "mcpServers": {
    "mcp-tomticket": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-tomticket"
      ]
    }
  }
}