Skip to main content
Glama
xalantis-hub

Xalantis MCP Server

Official
by xalantis-hub

@xalantis/mcp-server

MCP server for Xalantis — manage support tickets from Claude, Cursor, and other AI tools.

Installation

npm install -g @xalantis/mcp-server

Related MCP server: mcp-server-zendesk

Configuration

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "xalantis": {
      "command": "npx",
      "args": ["-y", "@xalantis/mcp-server"],
      "env": {
        "XALANTIS_API_KEY": "sk_live_..."
      }
    }
  }
}

Claude Code

claude mcp add xalantis -- npx -y @xalantis/mcp-server

Then set the environment variable XALANTIS_API_KEY in your shell.

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "xalantis": {
      "command": "npx",
      "args": ["-y", "@xalantis/mcp-server"],
      "env": {
        "XALANTIS_API_KEY": "sk_live_..."
      }
    }
  }
}

Available Tools

Tool

Description

list_tickets

List tickets with filters (status, priority, search, pagination)

get_ticket

Get a single ticket by UUID

create_ticket

Create a new support ticket

update_ticket

Update ticket status, priority, subject, etc.

reply_to_ticket

Add a reply or internal note

list_ticket_replies

List all replies for a ticket

Examples

Once connected, you can ask your AI assistant:

  • "List all open high-priority tickets"

  • "Create a ticket about the login bug reported by user@example.com"

  • "Mark ticket abc-123 as resolved"

  • "Reply to ticket abc-123 saying the fix has been deployed"

  • "Show me the replies on ticket abc-123"

Environment Variables

Variable

Required

Description

XALANTIS_API_KEY

Yes

Your Xalantis API key

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xalantis-hub/xalantis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server