Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Xalantis Server

FreeNot checked

Enables managing support tickets from Claude, Cursor, and other AI tools, including listing, creating, updating, and replying to tickets.

GitHubEmbed

About

Enables managing support tickets from Claude, Cursor, and other AI tools, including listing, creating, updating, and replying to tickets.

README

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

Installation

npm install -g @xalantis/mcp-server

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 [email protected]"
  • "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

from github.com/xalantis-hub/xalantis-mcp

Install Xalantis Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install xalantis-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

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

FAQ

Is Xalantis Server MCP free?

Yes, Xalantis Server MCP is free — one-click install via Unyly at no cost.

Does Xalantis Server need an API key?

No, Xalantis Server runs without API keys or environment variables.

Is Xalantis Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Xalantis Server in Claude Desktop, Claude Code or Cursor?

Open Xalantis Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Xalantis Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs