Xalantis Server
БесплатноНе проверенEnables managing support tickets from Claude, Cursor, and other AI tools, including listing, creating, updating, and replying to tickets.
Описание
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
Установка Xalantis Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/xalantis-hub/xalantis-mcpFAQ
Xalantis Server MCP бесплатный?
Да, Xalantis Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Xalantis Server?
Нет, Xalantis Server работает без API-ключей и переменных окружения.
Xalantis Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Xalantis Server в Claude Desktop, Claude Code или Cursor?
Открой Xalantis Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Xalantis Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
