ticksy-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ticksy-mcpshow open tickets awaiting a reply"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@artemsemkin/ticksy-mcp
MCP server for the Ticksy support ticket API. Gives AI agents full read and write access to your support tickets.
Tools
Read
list_open_tickets— open tickets with embedded comments; optionally filter to those awaiting a replylist_closed_tickets— most recently closed ticketsget_ticket— single ticket with full comment threadget_ticket_comments— comments for a ticket without full ticket datalist_my_tickets— open tickets assigned to the authenticated agentcount_responses_needed— number of tickets awaiting a support responsecount_my_responses— same, scoped to the authenticated agent
Write
reply_to_ticket— post a public reply (or staff-only withprivate: true)add_ticket_note— post an internal note visible only to staffclose_ticket/reopen_ticket— change ticket statusmark_ticket_read/mark_ticket_unread— toggle read statestar_ticket/unstar_ticket— toggle starcreate_customer— create a new customer account
Related MCP server: tickiti-mcp
Setup
You need two environment variables:
TICKSY_DOMAIN— your subdomain (e.g.acmeforacme.ticksy.com)TICKSY_API_KEY— from your Ticksy profile page
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"ticksy": {
"command": "npx",
"args": ["-y", "@artemsemkin/ticksy-mcp"],
"env": {
"TICKSY_DOMAIN": "your-domain",
"TICKSY_API_KEY": "your-api-key"
}
}
}
}claude mcp add ticksy \
-e TICKSY_DOMAIN=your-domain \
-e TICKSY_API_KEY=your-api-key \
-- npx -y @artemsemkin/ticksy-mcpAdd to .vscode/mcp.json (VS Code) or .cursor/mcp.json (Cursor) in your project:
{
"servers": {
"ticksy": {
"command": "npx",
"args": ["-y", "@artemsemkin/ticksy-mcp"],
"env": {
"TICKSY_DOMAIN": "your-domain",
"TICKSY_API_KEY": "your-api-key"
}
}
}
}Build from source
git clone https://github.com/artkrsk/@artemsemkin/ticksy-mcp.git
cd @artemsemkin/ticksy-mcp
pnpm install
pnpm buildMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server to provide Jira Tickets information to AI coding agents like CursorLast updated68426MIT

tickiti-mcpofficial
AlicenseBqualityBmaintenanceAn MCP server that exposes the Tickiti helpdesk API to AI assistants, enabling ticket management and helpdesk operations via natural language.Last updated11MIT- Flicense-qualityDmaintenanceMCP server that connects to a Laravel Tasks API, enabling AI assistants to perform CRUD operations on tasks.Last updated
- AlicenseAqualityBmaintenanceMCP server to manage GestSup tickets via an LLM, with tools for creating, reading, commenting, and searching tickets.Last updated13MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
Official MCP server for Lovable, the AI-powered full-stack app builder.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/artkrsk/ticksy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server