NKS osTicket 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., "@NKS osTicket MCPfind tickets about password reset"
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.
NKS osTicket MCP
A Model Context Protocol server for osTicket. It lets AI agents (Claude, etc.) list, search, read, create, update, reply to and delete tickets, plus read stats, manage parent/child subtickets and download attachments.
It talks to the companion NKS osTicket API plugin, which exposes a single JSON endpoint inside osTicket.
Tools
Tool | Purpose |
| List tickets (filter by status/department, paginated) |
| Full-text search by subject |
| One ticket with full message thread |
| Total / open / closed / overdue counts |
| All ticket statuses |
| Create a ticket |
| Change status / due date / topic, add internal note |
| Post a customer-facing reply (emailed) |
| Delete a ticket (irreversible) |
| Link child under parent |
| Remove a child's parent link |
| List a parent's children |
| Get a child's parent |
| Download an attachment (base64) |
Related MCP server: OTRS MCP Server
Requirements
Node.js ≥ 18
The NKS osTicket API plugin installed on your osTicket instance
An osTicket API key (Admin → Manage → API Keys) with the permissions your tools need, bound to the source IP this server runs from
Install
npm install
npm run buildConfiguration
Set via environment variables (see .env.example):
Variable | Required | Default | Description |
| yes | – | URL of the API entry, |
| yes | – | osTicket API key |
| no |
| Request timeout |
| no |
|
|
Use with Claude Code / Claude Desktop
Add to your MCP server configuration:
{
"mcpServers": {
"osticket": {
"command": "node",
"args": ["/absolute/path/to/nks-osticket-mcp/dist/index.js"],
"env": {
"NKS_OSTICKET_URL": "https://support.example.com/api/nks-osticket.php",
"NKS_OSTICKET_API_KEY": "your-api-key"
}
}
}
}License
MIT — see LICENSE.
Maintenance
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
- 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/nks-hub/nks-osticket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server