Back to directory
topdesk-mcp

topdesk-mcp

@dbsanfte2

An MCP server implemented in Python that exposes the Topdesk API for managing incidents, operators, and persons, and converting attachments to Markdown.

topdeskticketingapipythoncontext

Installation & Configuration

{
  "servers": {
    "topdesk-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "topdesk-mcp"
      ],
      "env": {
        "TOPDESK_URL": "<your topdesk URL>",
        "TOPDESK_USERNAME": "<your topdesk username>",
        "TOPDESK_PASSWORD": "<your topdesk api key>"
      }
    }
  }
}

Information

Transport
stdiostreamablesse
Language
Python
Created
2025/5/20
Updated
2025/9/27